diff --git a/cpp/ql/src/change-notes/2022-12-15-no-scanf-buffer-allocation-warnings.md b/cpp/ql/src/change-notes/2022-12-15-no-scanf-buffer-allocation-warnings.md new file mode 100644 index 00000000000..fc02f7cbf3a --- /dev/null +++ b/cpp/ql/src/change-notes/2022-12-15-no-scanf-buffer-allocation-warnings.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* The `cpp/missing-check-scanf` query no longer reports the free'ing of `scanf` output variables as potential reads. \ No newline at end of file