Update cpp/ql/src/change-notes/2023-12-04-incorrectly-checked-scanf.md

Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
Alexander Eyers-Taylor
2023-12-08 13:29:13 +00:00
committed by GitHub
parent 7706ac9f10
commit df32e9556c

View File

@@ -1,4 +1,4 @@
---
category: new-query
category: newQuery
---
* The `cpp/incorrectly-checked-scanf` query has been added. This finds results where the return value of scanf is not checked correctly. Some of these were previously found by `cpp/missing-check-scanf` and will no longer be reported there.