Add change note

This commit is contained in:
Joe Farebrother
2024-02-29 09:28:41 +00:00
parent 0b7b7ea1b8
commit bf2174ffce

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
Calls to `I18n.translate` as well as the rails helper translate methods now propagate taint from their keyword arguments. The rails translate methods are also recognized as XSS sanitizers when using keys marked as html safe.