Merge pull request #20451 from github/post-release-prep/codeql-cli-2.23.1

Post-release preparation for codeql-cli-2.23.1
This commit is contained in:
Ian Lynagh
2025-09-17 13:00:14 +01:00
committed by GitHub
182 changed files with 500 additions and 189 deletions

View File

@@ -1,3 +1,13 @@
## 1.8.0
### Major Analysis Improvements
* The implementation of `java/dereferenced-value-may-be-null` has been completely replaced with a new general control-flow reachability library. This improves precision by reducing false positives. However, since the entire calculation has been reworked, there can be small corner cases where precision regressions might occur and new false positives may occur, but these cases should be rare.
### Bug Fixes
* The message for `java/diagnostic/database-quality` has been updated to include detailed database health metrics. Additionally, the threshold for reporting database health issues has been lowered from 95% to 85% (if any metric falls below this percentage). These changes are visible on the tool status page.
## 1.7.0
### New Queries

View File

@@ -1,4 +0,0 @@
---
category: fix
---
* The message for `java/diagnostic/database-quality` has been updated to include detailed database health metrics. Additionally, the threshold for reporting database health issues has been lowered from 95% to 85% (if any metric falls below this percentage). These changes are visible on the tool status page.

View File

@@ -1,4 +1,9 @@
---
category: majorAnalysis
---
## 1.8.0
### Major Analysis Improvements
* The implementation of `java/dereferenced-value-may-be-null` has been completely replaced with a new general control-flow reachability library. This improves precision by reducing false positives. However, since the entire calculation has been reworked, there can be small corner cases where precision regressions might occur and new false positives may occur, but these cases should be rare.
### Bug Fixes
* The message for `java/diagnostic/database-quality` has been updated to include detailed database health metrics. Additionally, the threshold for reporting database health issues has been lowered from 95% to 85% (if any metric falls below this percentage). These changes are visible on the tool status page.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.7.0
lastReleaseVersion: 1.8.0

View File

@@ -1,5 +1,5 @@
name: codeql/java-queries
version: 1.7.1-dev
version: 1.8.1-dev
groups:
- java
- queries