Brakeman v3.3.0 Release Notes

Release Date: 2016-05-05 // about 8 years ago
    • Skip processing obviously false if branches (more broadly)
    • โœ… Skip if branches with Rails.env.test?
    • ๐Ÿš… Return exit code 4 if no Rails application is detected
    • โš  Avoid warning about mass assignment with params.slice
    • โš  Avoid warning about u helper (Chad Dollins)
    • โž• Add optional check for secrets in source code
    • ๐Ÿ–จ Process Array#first
    • Allow non-Hash arguments in protect_from_forgery (Jason Yeo)
    • โš  Avoid warning on popen with array
    • Bundle all dependencies in gem
    • Track constants globally
    • Handle HAML find_and_preserve with a block
    • [Code Climate engine] When possible, output to /dev/stdout (Gordon Diggs)
    • ๐Ÿšš [Code Climate engine] Remove nil entries from include_paths (Gordon Diggs)
    • [Code Climate engine] Report end lines for issues (Gordon Diggs)