today-i-learnt

Vulnerability scanner

Category: rails Generated on 2016-02-26

bundler-audit

Check vulnerabilities in dependencies

$ gem install bundler-audit
$ bundle-audit update # update vulnerability db
$ bundle-audit check

Brakeman Scanner

The first tool in class

$ gem install brakeman
$ brakeman -o brakeman.html -f format

Dawnscanner

Useful to test for Brakeman missed vulns

$ gem install dawnscanner
$ dawn .