Brakeman v2.1.1 Release Notes

Release Date: 2013-08-21 // over 10 years ago
    • New warning code for dangerous attributes in attr_accessible
    • Do not warn on attr_accessible using roles
    • More accurate results for model attribute warnings
    • Use exit code zero with -z if all warnings ignored
    • Respect ignored warnings in rescans
    • Ignore dynamic controller names in routes
    • Fix infinite loop when run as rake task (Matthew Shanley)
    • Respect ignored warnings in tabs format reports