Skip to content

Commit

Permalink
Bump to 1.9.2
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
presidentbeef committed Feb 14, 2013
1 parent 356918d commit 9bf345b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES
@@ -1,3 +1,14 @@
# 1.9.2

* Add check for CVE-2013-0269
* Add check for CVE-2013-0276
* Add check for CVE-2013-0277
* Add check for CVE-2013-0333
* Check for more send-like methods
* Check for more SQL injection locations
* Check for more dangerous YAML methods
* Support MultiJSON 1.2 for Rails 3.0 and 3.1

# 1.9.1

* Update to RubyParser 3.1.1 (neersighted)
Expand Down
2 changes: 1 addition & 1 deletion lib/brakeman/version.rb
@@ -1,3 +1,3 @@
module Brakeman
Version = "1.9.1"
Version = "1.9.2"
end

0 comments on commit 9bf345b

Please sign in to comment.