Settings

Theme

Node.jsScan: A semantic aware static code analysis tool for Node.js applications

github.com

27 points by geeklord 6 years ago · 5 comments

Reader

danenania 6 years ago

A 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?

  • nailer 6 years ago

    Probably JSON injection too. You can handle this in middleware, but I suspect lot of people don't.

29athrowaway 6 years ago

https://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?

narrationbox 6 years ago

Static analysis software is quite valuable if you can successfully sell it.

https://github.blog/2019-09-18-github-welcomes-semmle/

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection