Add change note

This commit is contained in:
Owen Mansel-Chan
2025-03-18 15:02:29 +00:00
parent 11ff0a08f3
commit bf78160830

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* `LoggerCall::getAMessageComponent` no longer returns arguments to logger calls which correspond to the verb `%T` in a format specifier. This will remove false positives in "Log entries created from user input" (`go/log-injection`) and "Clear-text logging of sensitive information" (`go/clear-text-logging`), and it may lead to more results in "Use of constant `state` value in OAuth 2.0 URL" (`go/constant-oauth2-state`).