Skip to content

Commit

Permalink
Bump to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
presidentbeef committed Jun 12, 2012
1 parent 50415e5 commit 6d99201
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.6.2

* Add checks for CVE-2012-2660, CVE-2012-2661, CVE-2012-2694, CVE-2012-2695 (Dave Worth)
* Avoid warning when redirecting to a model instance
* Add `request.parameters` as a parameters hash
* Raise confidence level for model attributes in redirects
* Return non-zero exit code when missing dependencies
* Fix `before_filter :except` logic
* Only accept symbol literals as before_filter names
* Cache before_filter lookups

# 1.6.1

* Major rewrite of CheckSQL
Expand Down
2 changes: 1 addition & 1 deletion lib/brakeman/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Brakeman
Version = "1.6.1"
Version = "1.6.2"
end

0 comments on commit 6d99201

Please sign in to comment.