mirror of
https://github.com/github/codeql.git
synced 2026-04-21 15:05:56 +02:00
Update cpp/ql/src/change-notes/released/0.9.4.md
This commit is contained in:
committed by
GitHub
parent
c1b35fbf47
commit
6c1e3b1ba6
@@ -6,5 +6,4 @@
|
||||
* The "Incorrect return-value check for a 'scanf'-like function" query (`cpp/incorrectly-checked-scanf`) no longer reports an alert when an explicit check for EOF is added.
|
||||
* The "Incorrect return-value check for a 'scanf'-like function" query (`cpp/incorrectly-checked-scanf`) now recognizes more EOF checks.
|
||||
* The "Potentially uninitialized local variable" query (`cpp/uninitialized-local`) no longer reports an alert when the local variable is used as a qualifier to a static member function call.
|
||||
* ```
|
||||
* The diagnostic query `cpp/diagnostics/successfully-extracted-files` now considers any C/C++ file seen during extraction, even one with some errors, to be extracted / scanned. This affects the Code Scanning UI measure of scanned C/C++ files.
|
||||
|
||||
Reference in New Issue
Block a user