mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Release preparation for version 2.17.2
This commit is contained in:
7
cpp/ql/src/change-notes/released/0.9.11.md
Normal file
7
cpp/ql/src/change-notes/released/0.9.11.md
Normal file
@@ -0,0 +1,7 @@
|
||||
## 0.9.11
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
* The "Uncontrolled data used in path expression" query (`cpp/path-injection`) query produces fewer near-duplicate results.
|
||||
* The "Global variable may be used before initialization" query (`cpp/global-use-before-init`) no longer raises an alert on global variables that are initialized when they are declared.
|
||||
* The "Inconsistent null check of pointer" query (`cpp/inconsistent-nullness-testing`) query no longer raises an alert when the guarded check is in a macro expansion.
|
||||
Reference in New Issue
Block a user