david-a-wheeler / railroader

A static analysis security vulnerability scanner for Ruby on Rails applications (OSS fork of Brakeman)
MIT License
47 stars 1 forks source link

Use config/brakeman.ignore if there is no config/railroader.ignore #1

Closed david-a-wheeler closed 5 years ago

david-a-wheeler commented 5 years ago

By default we use config/railroader.ignore. If there is no such file, but there is config/brakeman.ignore, use that to make transition easier.