Merge branch 'santander-java-crypto-check' of https://github.com/bdrodes/codeql into santander-java-crypto-check

This commit is contained in:
REDMOND\brodes
2025-10-20 15:24:40 -04:00
415 changed files with 13870 additions and 1146 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.3-dev
groups: java
dbscheme: config/semmlecode.dbscheme
extractor: java