Last Updated: November 08, 2016
·
683
· kn0tch

Scan your rails app for vulnerabilities using breakman

Very handy gem. It statically analyzes your rails code to find security issues. I have over 11k lines of ruby code; found a bunch on the initial scan.

gem install brakeman
brakeman path_to_your_rails_app