Merge pull request #14074 from github/post-release-prep/codeql-cli-2.14.3

Post-release preparation for codeql-cli-2.14.3
This commit is contained in:
Dave Bartolomeo
2023-08-28 13:34:10 -04:00
committed by GitHub
129 changed files with 323 additions and 122 deletions

View File

@@ -1,3 +1,14 @@
## 0.7.3
### Major Analysis Improvements
* Improved support for flow through captured variables that properly adheres to inter-procedural control flow.
### Minor Analysis Improvements
* Modified the `getSecureAlgorithmName` predicate in `Encryption.qll` to also include `SHA-256` and `SHA-512`. Previously only the versions of the names without dashes were considered secure.
* Add support for `WithElement` and `WithoutElement` for MaD access paths.
## 0.7.2
### New Features

View File

@@ -1,4 +0,0 @@
---
category: majorAnalysis
---
* Improved support for flow through captured variables that properly adheres to inter-procedural control flow.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Add support for `WithElement` and `WithoutElement` for MaD access paths.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Modified the `getSecureAlgorithmName` predicate in `Encryption.qll` to also include `SHA-256` and `SHA-512`. Previously only the versions of the names without dashes were considered secure.

View File

@@ -0,0 +1,10 @@
## 0.7.3
### Major Analysis Improvements
* Improved support for flow through captured variables that properly adheres to inter-procedural control flow.
### Minor Analysis Improvements
* Modified the `getSecureAlgorithmName` predicate in `Encryption.qll` to also include `SHA-256` and `SHA-512`. Previously only the versions of the names without dashes were considered secure.
* Add support for `WithElement` and `WithoutElement` for MaD access paths.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.7.2
lastReleaseVersion: 0.7.3

View File

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

View File

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

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.7.2
lastReleaseVersion: 0.7.3

View File

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