From 096073d2950a03cb0700673bfb27dc1498eeb0d6 Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Fri, 16 Feb 2024 16:29:34 +0100 Subject: [PATCH] C++: Add change note. --- cpp/ql/src/change-notes/2024-02-16-non-constant-format.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/src/change-notes/2024-02-16-non-constant-format.md diff --git a/cpp/ql/src/change-notes/2024-02-16-non-constant-format.md b/cpp/ql/src/change-notes/2024-02-16-non-constant-format.md new file mode 100644 index 00000000000..db8481f6b59 --- /dev/null +++ b/cpp/ql/src/change-notes/2024-02-16-non-constant-format.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* The "non-constant format string" query (`cpp/non-constant-format`) has been updated to produce fewer false positives.