Node - Js Security
Node - Js Security
Node.js Security
Security for web servers written in Javascript
Node.js Overview
ExpressJS
Node.js framework
Node is very low level
Needs a framework to sit on top of it to handle routing
MongoDB
A NoSQL database that uses a Javascript console
Stores data in JSON objects
Swig
A front end framework for injecting Javascript into the browser
OWASP Top 10
A1 - Injection
A2 – Broken Auth
Helmet
Helmet is a great node package that bundles together a lot of the
security configuration you will need
A6 – Sensitive Data
This
scans the package.json file and alerts you to any
packages with known vulnerabilities
A10-Unvalidated Redirects and Forwards