Node.jsScan: A semantic aware static code analysis tool for Node.js applications
1–6 of 6 posts
Re: Node.jsScan: A semantic aware static code analysis tool for Node.js applications
#2A quick summary of what exactly this scans for at the top of the README would be nice.
From the screenshots at the bottom, it looks like mainly SQL injection and outdated dependencies?
Re: Node.jsScan: A semantic aware static code analysis tool for Node.js applications
#3A quick summary of what exactly this scans for at the top of the README would be nice. From the screenshots at the bottom, it looks like mainly SQL injection and outdated dependencies?
Probably JSON injection too. You can handle this in middleware, but I suspect lot of people don't.
Re: Node.jsScan: A semantic aware static code analysis tool for Node.js applications
#4https://github.com/ajinabraham/njsscan/blob/master/njsscan/r...
Does this mean that if I use single quotes or add whitespace inside the parentheses the vulnerability will not be detected?
Re: Node.jsScan: A semantic aware static code analysis tool for Node.js applications
#5Static analysis software is quite valuable if you can successfully sell it.