Merge pull request #14443 from github/post-release-prep/codeql-cli-2.15.0

Post-release preparation for codeql-cli-2.15.0
This commit is contained in:
Henry Mercer
2023-10-11 17:39:04 +01:00
committed by GitHub
157 changed files with 447 additions and 238 deletions

View File

@@ -1,3 +1,7 @@
## 0.0.5
No user-facing changes.
## 0.0.4
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.0.4
lastReleaseVersion: 0.0.5

View File

@@ -1,5 +1,5 @@
name: codeql/java-automodel-queries
version: 0.0.5-dev
version: 0.0.6-dev
groups:
- java
- automodel

View File

@@ -1,3 +1,21 @@
## 0.8.0
### New Features
* Kotlin versions up to 1.9.20 are now supported.
### Minor Analysis Improvements
* Fixed a control-flow bug where case rule statements would incorrectly include a fall-through edge.
* Added support for default cases as proper guards in switch expressions to match switch statements.
* Improved the class `ArithExpr` of the `Overflow.qll` module to also include compound operators. Because of this, new alerts may be raised in queries related to overflows/underflows.
* Added new dataflow models for the Apache CXF framework.
* Regular expressions containing multiple parse mode flags are now interpretted correctly. For example `"(?is)abc.*"` with both the `i` and `s` flags.
### Bug Fixes
* The regular expressions library no longer incorrectly matches mode flag characters against the input.
## 0.7.5
No user-facing changes.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Regular expressions containing multiple parse mode flags are now interpretted correctly. For example `"(?is)abc.*"` with both the `i` and `s` flags.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added new dataflow models for the Apache CXF framework.

View File

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

View File

@@ -1,4 +0,0 @@
---
category: fix
---
* The regular expressions library no longer incorrectly matches mode flag characters against the input.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Improved the class `ArithExpr` of the `Overflow.qll` module to also include compound operators. Because of this, new alerts may be raised in queries related to overflows/underflows.

View File

@@ -1,5 +0,0 @@
---
category: minorAnalysis
---
* Fixed a control-flow bug where case rule statements would incorrectly include a fall-through edge.
* Added support for default cases as proper guards in switch expressions to match switch statements.

View File

@@ -0,0 +1,17 @@
## 0.8.0
### New Features
* Kotlin versions up to 1.9.20 are now supported.
### Minor Analysis Improvements
* Fixed a control-flow bug where case rule statements would incorrectly include a fall-through edge.
* Added support for default cases as proper guards in switch expressions to match switch statements.
* Improved the class `ArithExpr` of the `Overflow.qll` module to also include compound operators. Because of this, new alerts may be raised in queries related to overflows/underflows.
* Added new dataflow models for the Apache CXF framework.
* Regular expressions containing multiple parse mode flags are now interpretted correctly. For example `"(?is)abc.*"` with both the `i` and `s` flags.
### Bug Fixes
* The regular expressions library no longer incorrectly matches mode flag characters against the input.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.7.5
lastReleaseVersion: 0.8.0

View File

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

View File

@@ -1,3 +1,7 @@
## 0.8.0
No user-facing changes.
## 0.7.5
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.7.5
lastReleaseVersion: 0.8.0

View File

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