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.
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.