Skip to content

Commit

Permalink
Bump to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
presidentbeef committed Feb 21, 2018
1 parent 65aa093 commit 11cefc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased
# 4.2.0

* Avoid warning about symbol DoS on `Model#attributes`
* Avoid warning about open redirects with model methods ending with `_path`
* Avoid warning about command injection with `Shellwords.escape`
* Use ivars from `initialize` in libraries
* `Sexp#body=` can accept `:rlist` from `Sexp#body_list`
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 = "4.1.1"
Version = "4.2.0"
end

0 comments on commit 11cefc7

Please sign in to comment.