C++: improve change note and move to right place

This commit is contained in:
Nora Dimitrijević
2022-08-25 16:00:25 +02:00
parent ad56274a73
commit 2bd866cc82
2 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* Added a new medium-precision query, `cpp/missing-check-scanf`, which detects `scanf` output variables that are used without a proper return-value check to see that they were actually written. A variation of this query was originally contributed as an [experimental query by @ihsinme](https://github.com/github/codeql/pull/8246).