Skip to content

Releases: presidentbeef/brakeman

0.5.1

10 Feb 23:40
Compare
Choose a tag to compare

Fix issue with 'has_one' => in routes

0.5.0

10 Feb 23:40
Compare
Choose a tag to compare
  • Add support for routes like get 'x/y', :to => 'ctrlr#whatever'
  • Allow empty blocks in Rails 3 routes
  • Check initializer for session settings
  • Add line numbers to session setting warnings
  • Add --checks option to list checks

0.4.1

10 Feb 23:40
Compare
Choose a tag to compare

Fix reported line numbers when using new Erubis parser (mostly affects Rails 3 apps).

0.4.0

10 Feb 23:39
Compare
Choose a tag to compare
  • Handle Rails XSS protection properly
  • More detection options for rails_xss
  • Add --escape-html option

0.3.2

10 Feb 23:39
Compare
Choose a tag to compare
  • Autodetect Rails 3 applications
  • Turn on auto-escaping for Rails 3 apps
  • Check Model.create() for mass assignment

0.3.1

10 Feb 23:38
Compare
Choose a tag to compare
  • Always output a line number in tabbed output format
  • Restrict characters in category name in tabbed output format to word characters and spaces, for Hudson/Jenkins plugin

0.2.2

10 Feb 23:38
Compare
Choose a tag to compare
  • Fix version_between? when no Rails version is specified

0.2.1

10 Feb 23:37
Compare
Choose a tag to compare
  • Add code snippet to tab output messages

0.2.0

11 Feb 00:03
Compare
Choose a tag to compare

0.1.1

10 Feb 23:36
Compare
Choose a tag to compare
  • Be more permissive with ActiveSupport version