Skip to content

Commit 2bd866c

Browse files
committed
C++: improve change note and move to right place
1 parent ad56274 commit 2bd866c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

change-notes/2022-08-24-missing-check-scanf.md

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: newQuery
3+
---
4+
* 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).

0 commit comments

Comments
 (0)