How to use NodeJsScan for SAST – Step-by-step Guide

NodeJsScan is a static code scanner which is used to find security flaws specifically in Node.js applications. In this post, we will look at how you can use NodeJsScan for SAST.   Configuration & Usage  Install Postgres and configure SQLALCHEMY_DATABASE_URI in core/setting.py  Download the NodeJsScan package from the GitHub repository https://github.com/ajinabraham/NodeJsScan.  Figure 1 Cloning the repository Navigate to the NodeJsScan directory and install all … Continued