Release preparation for version 2.23.7

This commit is contained in:
github-actions[bot]
2025-12-01 16:07:37 +00:00
parent f1aaefc107
commit 19a13467e0
174 changed files with 432 additions and 147 deletions

View File

@@ -1,3 +1,9 @@
## 7.8.0
### Deprecated APIs
* The SSA interface has been updated and all classes and several predicates have been renamed. See the qldoc for more specific migration information.
## 7.7.4
No user-facing changes.

View File

@@ -1,4 +1,5 @@
---
category: deprecated
---
## 7.8.0
### Deprecated APIs
* The SSA interface has been updated and all classes and several predicates have been renamed. See the qldoc for more specific migration information.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 7.7.4
lastReleaseVersion: 7.8.0

View File

@@ -1,5 +1,5 @@
name: codeql/java-all
version: 7.7.5-dev
version: 7.8.0
groups: java
dbscheme: config/semmlecode.dbscheme
extractor: java

View File

@@ -1,3 +1,9 @@
## 1.10.1
### Minor Analysis Improvements
* Operations that extract only a fixed-length prefix or suffix of a string (for example, `substring` in Java or `take` in Kotlin), when limited to a length of at most 7 characters, are now treated as sanitizers for the `java/sensitive-log` query.
## 1.10.0
### Query Metadata Changes

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
* Operations that extract only a fixed-length prefix or suffix of a string (for example, `substring` in Java or `take` in Kotlin), when limited to a length of at most 7 characters, are now treated as sanitizers for the `java/sensitive-log` query.
## 1.10.1
### Minor Analysis Improvements
* Operations that extract only a fixed-length prefix or suffix of a string (for example, `substring` in Java or `take` in Kotlin), when limited to a length of at most 7 characters, are now treated as sanitizers for the `java/sensitive-log` query.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.10.0
lastReleaseVersion: 1.10.1

View File

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