forked from CMU-17313Q/cmu-17313q-f24-nodebb-f24-NodeBB
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fatou GUEYE
authored and
Fatou GUEYE
committed
Oct 27, 2024
1 parent
47abd93
commit 0aa957a
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
I integrated the NodeJsscan static tool to check for security issues when needed. | ||
Since it is a python build tool, I was not able to integrate it automatically to the workflow. | ||
So to use it you have to install locally by running 'pip install njsscan' on your terminal. | ||
After the tool is install run 'njsscan' to start using it. | ||
You can test the security of a file by running 'njsscan <filepath>' on your terminal! | ||
Here is a link to the tool documentation: https://github.com/ajinabraham/njsscan#command-line-options |