From 607f729339a1ca01dec3e8371ed3f87d296cc5fd Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Thu, 24 Aug 2023 16:11:39 +0200 Subject: [PATCH] C++: Add change note --- .../2023-08-24-remove-non-constant-assign-sources.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/src/change-notes/2023-08-24-remove-non-constant-assign-sources.md 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.