From 050a9e155fdc490e61dc7067b6e8d00a6f7a99bc Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 11 Sep 2025 15:56:41 +0100 Subject: [PATCH] C++: Add changenote for changes to some queries Queries affected: cpp/wrong-type-format-argument cpp/comparison-with-wider-type cpp/integer-multiplication-cast-to-long cpp/implicit-function-declaration cpp/suspicious-add-sizeof --- cpp/ql/src/change-notes/2025-09-11-queries-demoted.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cpp/ql/src/change-notes/2025-09-11-queries-demoted.md diff --git a/cpp/ql/src/change-notes/2025-09-11-queries-demoted.md b/cpp/ql/src/change-notes/2025-09-11-queries-demoted.md new file mode 100644 index 00000000000..7150c08206b --- /dev/null +++ b/cpp/ql/src/change-notes/2025-09-11-queries-demoted.md @@ -0,0 +1,5 @@ +--- +category: majorAnalysis +--- +* The queries `cpp/wrong-type-format-argument`, `cpp/comparison-with-wider-type`, `cpp/integer-multiplication-cast-to-long`, `cpp/implicit-function-declaration` and `cpp/suspicious-add-sizeof` have had their precisions reduced from `high` to `medium`. They will also now give alerts for projects built with `build-mode: none`. +* The queries `cpp/wrong-type-format-argument`, `cpp/comparison-with-wider-type`, `cpp/integer-multiplication-cast-to-long` and `cpp/suspicious-add-sizeof` are no longer included in the `code-scanning` suite.