Release preparation for version 2.26.2

This commit is contained in:
github-actions[bot]
2026-07-23 15:25:22 +00:00
parent d1fed84daf
commit 6632d2f94c
171 changed files with 408 additions and 112 deletions

View File

@@ -1,3 +1,10 @@
## 9.2.2
### Minor Analysis Improvements
* Kotlin versions up to 2.4.10 are now supported.
* `java.io.File.getName()` is no longer treated as a complete sanitizer for `java/path-injection`, since it does not remove a `..` path component (for example `new File("..").getName()` returns `".."`). It is now only recognized as a sanitizer when combined with a subsequent check for `..` components, which may result in new alerts.
## 9.2.1
### Minor Analysis Improvements

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Kotlin versions up to 2.4.10 are now supported.

View File

@@ -1,4 +1,6 @@
---
category: minorAnalysis
---
## 9.2.2
### Minor Analysis Improvements
* Kotlin versions up to 2.4.10 are now supported.
* `java.io.File.getName()` is no longer treated as a complete sanitizer for `java/path-injection`, since it does not remove a `..` path component (for example `new File("..").getName()` returns `".."`). It is now only recognized as a sanitizer when combined with a subsequent check for `..` components, which may result in new alerts.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 9.2.1
lastReleaseVersion: 9.2.2

View File

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

View File

@@ -1,3 +1,7 @@
## 1.11.7
No user-facing changes.
## 1.11.6
No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 1.11.7
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.11.6
lastReleaseVersion: 1.11.7

View File

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