CHANGES.md in brakeman-4.10.0 vs CHANGES.md in brakeman-4.10.1
- old
+ new
@@ -1,4 +1,12 @@
+# 4.10.1 - 2020-12-24
+
+* Declare REXML as a dependency (Ruby 3.0 compatibility)
+* Use `Sexp#sexp_body` instead of `Sexp#[..]` (Ruby 3.0 compatibility)
+* Prevent render loops when template names are absolute paths
+* Ensure RubyParser is passed file path as a String
+* Support new Haml 5.2.0 escaping method
+
# 4.10.0 - 2020-09-28
* Add SARIF report format (Steve Winton)
# 4.9.1 - 2020-09-04