Apply reveiw suggestion - update change note

Co-authored-by: Harry Maclean <hmac@github.com>
This commit is contained in:
Joe Farebrother
2024-03-01 09:51:01 +00:00
parent bf2174ffce
commit abdae2c437

View File

@@ -1,4 +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.
Calls to `I18n.translate` as well as 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.