Ruby: add changenote for ActiveSupport Hash extension summaries

This commit is contained in:
Nick Rolfe
2022-11-08 15:52:21 +00:00
parent 04575674db
commit 865d0ca64a

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Taint flow through the `ActiveSupport` extensions `Hash#reverse_merge` and `Hash:reverse_merge!`, and their aliases, is now modeled more generally, where previously it was only modeled in the context of `ActionController` parameters.