Update cpp/ql/src/change-notes/2023-08-24-remove-non-constant-assign-sources.md

Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
Jeroen Ketema
2023-08-24 16:17:59 +02:00
committed by GitHub
parent 607f729339
commit 45c56fbce7

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
---
* The `cpp/non-constant-format` query no longer considers an assignment on the right-hand side of another assignment to be a source of non-constant format strings.
* The `cpp/non-constant-format` query no longer considers an assignment on the right-hand side of another assignment to be a source of non-constant format strings. As a result, the query may now produce fewer results.