thoughtbot / suspenders

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

How do we want to handle code auditing now that Rails ships with a solution? #1215

Open stevepolitodesign opened 3 months ago

stevepolitodesign commented 3 months ago

Rails 7.2 now ships with brakeman.

However, with the introduction of #1138, we risk having two auditing mechanisms.

stevepolitodesign commented 3 months ago

One solution could be to simply skip this option.

https://github.com/rails/rails/blob/ff0ef93e28d4919ffd8bf130132b7b7e3435c67a/railties/lib/rails/generators/app_base.rb#L105