Merge pull request #17480 from github/post-release-prep/codeql-cli-2.19.0

Post-release preparation for codeql-cli-2.19.0
This commit is contained in:
Chris Smowton
2024-09-16 16:06:58 +01:00
committed by GitHub
153 changed files with 463 additions and 170 deletions

View File

@@ -1,3 +1,7 @@
## 1.7.25
No user-facing changes.
## 1.7.24
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.7.24
lastReleaseVersion: 1.7.25

View File

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

View File

@@ -1,3 +1,7 @@
## 1.7.25
No user-facing changes.
## 1.7.24
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.7.24
lastReleaseVersion: 1.7.25

View File

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

View File

@@ -1,3 +1,16 @@
## 2.0.0
### Breaking Changes
* Deleted many deprecated taint-tracking configurations based on `TaintTracking::Configuration`.
* Deleted many deprecated dataflow configurations based on `DataFlow::Configuration`.
* Deleted the deprecated `explorationLimit` predicate from `DataFlow::Configuration`, use `FlowExploration<explorationLimit>` instead.
### Minor Analysis Improvements
* Parameters of public methods in abstract controller-like classes are now considered remote flow sources.
* The reported location of `partial` methods has been changed from the definition to the implementation part.
## 1.2.0
### New Features

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Parameters of public methods in abstract controller-like classes are now considered remote flow sources.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* The reported location of `partial` methods has been changed from the definition to the implementation part.

View File

@@ -1,6 +1,12 @@
---
category: breaking
---
## 2.0.0
### Breaking Changes
* Deleted many deprecated taint-tracking configurations based on `TaintTracking::Configuration`.
* Deleted many deprecated dataflow configurations based on `DataFlow::Configuration`.
* Deleted the deprecated `explorationLimit` predicate from `DataFlow::Configuration`, use `FlowExploration<explorationLimit>` instead.
### Minor Analysis Improvements
* Parameters of public methods in abstract controller-like classes are now considered remote flow sources.
* The reported location of `partial` methods has been changed from the definition to the implementation part.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.2.0
lastReleaseVersion: 2.0.0

View File

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

View File

@@ -1,3 +1,7 @@
## 1.0.8
No user-facing changes.
## 1.0.7
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.0.7
lastReleaseVersion: 1.0.8

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-queries
version: 1.0.8-dev
version: 1.0.9-dev
groups:
- csharp
- queries