Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 569 Bytes

2016-02-26-vulnerability_scanner.md

File metadata and controls

32 lines (22 loc) · 569 Bytes

Vulnerability scanner

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 .