Release preparation for version 2.23.3

This commit is contained in:
github-actions[bot]
2025-10-14 09:30:24 +00:00
parent ab78f2b724
commit 33542f7d40
178 changed files with 448 additions and 152 deletions

View File

@@ -1,3 +1,9 @@
## 7.7.2
### Minor Analysis Improvements
* Fields of certain objects are considered tainted if the object is tainted. This holds, for example, for objects that occur directly as sources in the active threat model (for instance, a remote flow source). This has now been amended to also include array types, such that if an array like `MyPojo[]` is a source, then fields of a tainted `MyPojo` are now also considered tainted.
## 7.7.1
No user-facing changes.

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 7.7.2
### Minor Analysis Improvements
* Fields of certain objects are considered tainted if the object is tainted. This holds, for example, for objects that occur directly as sources in the active threat model (for instance, a remote flow source). This has now been amended to also include array types, such that if an array like `MyPojo[]` is a source, then fields of a tainted `MyPojo` are now also considered tainted.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 7.7.1
lastReleaseVersion: 7.7.2

View File

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

View File

@@ -1,3 +1,7 @@
## 1.8.2
No user-facing changes.
## 1.8.1
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.8.1
lastReleaseVersion: 1.8.2

View File

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