presidentbeef / brakeman

A static analysis security vulnerability scanner for Ruby on Rails applications
https://brakemanscanner.org/
Other
7.02k stars 732 forks source link

Does not identify Rails 8 applications #1849

Closed ron-shinall closed 5 months ago

ron-shinall commented 5 months ago

The current release of Brakeman does not identify Rails 8 applications. When creating a Rails skeleton app using Rails new MyApp --main, and then adding & running Brakeman, the Rails 8 app is incorrectly identified as Rails 5.

I've opened this PR as a starting point to address this issue.