Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
* Add `Brakeman::FilePath` to represent file paths
* Handle trailing comma in block args
* Properly handle empty partial name
  • Loading branch information
Justin Collins committed May 11, 2019
1 parent d7a1d93 commit 693696f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Unreleased
# 4.5.1

* Add `Brakeman::FilePath` to represent file paths
* Handle trailing comma in block args
* Properly handle empty partial name
* Use relative paths for `__FILE__`
* Convert `!!` calls to boolean value
* Add optional check for `config.force_ssl`
Expand All @@ -8,7 +11,7 @@
* Add SQL injection checks for `find_or_create_by` and friends
* Add deserialization warning for `Oj.load/object_load`
* Add initial Rails 6 support
* Add SQL injection checks for `destroy_all`/`delete_all`
* Add SQL injection checks for `destroy_by`/`delete_by`

# 4.5.0

Expand Down

0 comments on commit 693696f

Please sign in to comment.