Skip to content

Commit

Permalink
Bump to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
presidentbeef committed Jul 31, 2012
1 parent 430747d commit 923c1c0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 1.7.0

* Add check for CVE-2012-3424
* Link report types to descriptions on website
* Report errors raised while running check
* Improve processing of Rails 3 routes
* Fix "empty char-class" error
* Improve file access check
* Avoid warning on non-ActiveModel models
* Speed improvements by stripping down SexpProcessor
* Fix how `params[:x] ||=` is handled
* Treat user input in `or` expressions as immediate values
* Fix processing of negative array indexes
* Add line breaks to truncated table rows

# 1.6.2

* Add checks for CVE-2012-2660, CVE-2012-2661, CVE-2012-2694, CVE-2012-2695 (Dave Worth)
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.2"
Version = "1.7.0"
end

0 comments on commit 923c1c0

Please sign in to comment.