NodeJsScan is a static security code scanner for Node.js applications.
Python HTML JavaScript CSS
Latest commit 41ab194 Apr 5, 2017 @ajinabraham committed on GitHub Merge pull request #16 from ajinabraham/pyup-update-sqlalchemy-1.1.6-…
…to-1.1.9

Update sqlalchemy to 1.1.9

README.md

NodeJsScan

Static security code scanner for Node.js applications.

How to Configure

  1. Install Postgres and configure SQLALCHEMY_DATABASE_URI in core/settings.py
  2. Run pip install -r requirements.txt
  3. Run python createdb.py
  4. Run python app.py

This will run NodeJsScan on http://0.0.0.0:9090 If you need to debug, set DEBUG = True in core/settings.py

NodeJsScan V2