Merge pull request #12847 from github/post-release-prep/codeql-cli-2.13.0

Post-release preparation for codeql-cli-2.13.0
This commit is contained in:
Alex Ford
2023-04-18 14:40:40 +01:00
committed by GitHub
142 changed files with 531 additions and 323 deletions

View File

@@ -1,3 +1,7 @@
## 1.5.0
No user-facing changes.
## 1.4.6
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.4.6
lastReleaseVersion: 1.5.0

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-solorigate-all
version: 1.5.0-dev
version: 1.5.1-dev
groups:
- csharp
- solorigate

View File

@@ -1,3 +1,7 @@
## 1.5.0
No user-facing changes.
## 1.4.6
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.4.6
lastReleaseVersion: 1.5.0

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-solorigate-queries
version: 1.5.0-dev
version: 1.5.1-dev
groups:
- csharp
- solorigate

View File

@@ -1,3 +1,15 @@
## 0.6.0
### Deprecated APIs
* The recently introduced new data flow and taint tracking APIs have had a
number of module and predicate renamings. The old APIs remain in place for
now.
### Bug Fixes
* Fixed some accidental predicate visibility in the backwards-compatible wrapper for data flow configurations. In particular `DataFlow::hasFlowPath`, `DataFlow::hasFlow`, `DataFlow::hasFlowTo`, and `DataFlow::hasFlowToExpr` were accidentally exposed in a single version.
## 0.5.6
No user-facing changes.

View File

@@ -1,6 +0,0 @@
---
category: deprecated
---
* The recently introduced new data flow and taint tracking APIs have had a
number of module and predicate renamings. The old APIs remain in place for
now.

View File

@@ -1,4 +1,11 @@
---
category: fix
---
## 0.6.0
### Deprecated APIs
* The recently introduced new data flow and taint tracking APIs have had a
number of module and predicate renamings. The old APIs remain in place for
now.
### Bug Fixes
* Fixed some accidental predicate visibility in the backwards-compatible wrapper for data flow configurations. In particular `DataFlow::hasFlowPath`, `DataFlow::hasFlow`, `DataFlow::hasFlowTo`, and `DataFlow::hasFlowToExpr` were accidentally exposed in a single version.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.5.6
lastReleaseVersion: 0.6.0

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-all
version: 0.6.0-dev
version: 0.6.1-dev
groups: csharp
dbscheme: semmlecode.csharp.dbscheme
extractor: csharp

View File

@@ -1,3 +1,9 @@
## 0.6.0
### Minor Analysis Improvements
* The query `cs/web/debug-binary` now disregards the `debug` attribute in case there is a transformation that removes it.
## 0.5.6
No user-facing changes.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* The query `cs/web/debug-binary` now disregards the `debug` attribute in case there is a transformation that removes it.

View File

@@ -0,0 +1,5 @@
## 0.6.0
### Minor Analysis Improvements
* The query `cs/web/debug-binary` now disregards the `debug` attribute in case there is a transformation that removes it.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.5.6
lastReleaseVersion: 0.6.0

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-queries
version: 0.6.0-dev
version: 0.6.1-dev
groups:
- csharp
- queries