diff --git a/cpp/ql/src/change-notes/2023-08-24-remove-non-constant-assign-sources.md b/cpp/ql/src/change-notes/2023-08-24-remove-non-constant-assign-sources.md new file mode 100644 index 00000000000..3acbfe8c6c2 --- /dev/null +++ b/cpp/ql/src/change-notes/2023-08-24-remove-non-constant-assign-sources.md @@ -0,0 +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.