Merge tag 'codeql-cli/latest' into auto/sync-main-pr

Compatible with the latest released version of the CodeQL CLI
This commit is contained in:
dilanbhalla
2025-06-11 17:00:14 +00:00
1052 changed files with 28053 additions and 10586 deletions

View File

@@ -1,3 +1,7 @@
## 7.3.1
No user-facing changes.
## 7.3.0
### Deprecated APIs

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 7.3.0
lastReleaseVersion: 7.3.1

View File

@@ -1388,7 +1388,7 @@ module JCAModel {
override Crypto::TKeyAgreementType getKeyAgreementType() {
if key_agreement_name_to_type_known(_, super.getValue())
then key_agreement_name_to_type_known(result, super.getValue())
else result = Crypto::UnknownKeyAgreementType()
else result = Crypto::OtherKeyAgreementType()
}
KeyAgreementAlgorithmValueConsumer getConsumer() { result = consumer }

View File

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

View File

@@ -1,3 +1,7 @@
## 1.5.2
No user-facing changes.
## 1.5.1
### Minor Analysis Improvements

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.5.1
lastReleaseVersion: 1.5.2

View File

@@ -1,5 +1,5 @@
name: codeql/java-queries
version: 1.5.1
version: 1.5.2
groups:
- java
- queries