Category: rails Generated on 2016-02-26
Check vulnerabilities in dependencies
$ gem install bundler-audit
$ bundle-audit update # update vulnerability db
$ bundle-audit check
The first tool in class
$ gem install brakeman
$ brakeman -o brakeman.html -f format
Useful to test for Brakeman missed vulns
$ gem install dawnscanner
$ dawn .