Brakeman v3.5.0 Release Notes

Release Date: 2017-02-01 // about 7 years ago
    • ๐Ÿ‘ Allow -t None
    • Fail on invalid checks specified by -x or -t
    • โš  Avoid warning about all, first, or last after Rails 4.0
    • โš  Avoid warning about models in SQLi
    • Lower confidence of SQLi when maybe not on models
    • Warn about SQLi even potentially on non-models
    • Report check name in JSON and plain reports
    • Treat templates without .html as HTML anyway
    • โž• Add --ensure-latest option (tamgrosser / Michael Grosser)
    • โž• Add --no-summary to hide summaries in HTML/text reports
    • ๐Ÿ– Handle included block in concerns
    • ๐Ÿ–จ Process concerns before controllers