CHANGES.md in brakeman-4.8.1 vs CHANGES.md in brakeman-4.8.2
- old
+ new
@@ -1,4 +1,11 @@
+# 4.8.2 - 2020-05-12
+
+* Add check for CVE-2020-8159
+* Fix `authenticate_or_request_with_http_basic` check for passed blocks (Hugo Corbucci)
+* Add `--text-fields` option
+* Add check for escaping HTML entities in JSON configuration
+
# 4.8.1 - 2020-04-06
* Check SQL query strings using `String#strip` or `String.squish`
* Handle non-symbol keys in locals hash for render()
* Warn about global(!) mass assignment