Release preparation for version 2.17.2

This commit is contained in:
github-actions[bot]
2024-04-30 10:25:51 +00:00
parent 7d9f78b2de
commit 5228d94d42
153 changed files with 424 additions and 155 deletions

View 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.