Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 331 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 331 Bytes

DevOps-Security-App

A sample NodeJS app that can be used to study and explore common vulnerabilities, such as lack of input validation, lack of password encryption, SQL injection, XSS.

Setup

  • Install Node (>= 8) from nodejs.org
  • Install sqlite brew install sqlite
  • Run npm install
  • Run app with npm start