thoughtbot / suspenders

A Rails template with our standard defaults.
https://thoughtbot.com
MIT License
4k stars 530 forks source link

Add brakeman #1035

Open composerinteralia opened 4 years ago

composerinteralia commented 4 years ago

Brakeman scans for security vulnerabilities. I think we should add it to the default Gemfile so folks are encouraged to run it locally. Once we have a better CI setup, it would also be nice to run this by default on CI.

thiagoa commented 2 years ago

+1 to this!

stevepolitodesign commented 3 months ago

This would pair well with #1138. This is also the default in the next release of Rails https://github.com/rails/rails/pull/50507