Skip to content

Commit

Permalink
Bump to 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
presidentbeef committed Nov 25, 2019
1 parent 196fad6 commit 221bb9e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
@@ -1,3 +1,11 @@
# 4.7.2 - 2019-11-25

* Remove version guard for `named_scope` vs. `scope`
* Find SQL injection in `String#strip_heredoc` target
* Handle more `permit!` cases
* Ensure file name is set when processing model
* Add `request.params` as query parameters

# 4.7.1 - 2019-10-29

* Check string length against limit before joining
Expand Down
2 changes: 1 addition & 1 deletion lib/brakeman/version.rb
@@ -1,3 +1,3 @@
module Brakeman
Version = "4.7.1"
Version = "4.7.2"
end

0 comments on commit 221bb9e

Please sign in to comment.