Release preparation for version 2.21.3

This commit is contained in:
github-actions[bot]
2025-05-13 21:14:27 +00:00
parent c6cc4c0e13
commit 2de4a01c86
168 changed files with 450 additions and 144 deletions

View File

@@ -1,3 +1,7 @@
## 1.7.40
No user-facing changes.
## 1.7.39
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.7.39
lastReleaseVersion: 1.7.40

View File

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

View File

@@ -1,3 +1,7 @@
## 1.7.40
No user-facing changes.
## 1.7.39
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.7.39
lastReleaseVersion: 1.7.40

View File

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

View File

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

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 5.1.5
lastReleaseVersion: 5.1.6

View File

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

View File

@@ -1,3 +1,20 @@
## 1.2.0
### Query Metadata Changes
* The tag `external/cwe/cwe-13` has been removed from `cs/password-in-configuration` and the tag `external/cwe/cwe-013` has been added.
* The tag `external/cwe/cwe-11` has been removed from `cs/web/debug-binary` and the tag `external/cwe/cwe-011` has been added.
* The tag `external/cwe/cwe-16` has been removed from `cs/web/large-max-request-length` and the tag `external/cwe/cwe-016` has been added.
* The tag `external/cwe/cwe-16` has been removed from `cs/web/request-validation-disabled` and the tag `external/cwe/cwe-016` has been added.
* The tag `external/cwe/cwe-20` has been removed from `cs/count-untrusted-data-external-api` and the tag `external/cwe/cwe-020` has been added.
* The tag `external/cwe/cwe-20` has been removed from `cs/serialization-check-bypass` and the tag `external/cwe/cwe-020` has been added.
* The tag `external/cwe/cwe-20` has been removed from `cs/untrusted-data-to-external-api` and the tag `external/cwe/cwe-020` has been added.
* The tag `external/cwe/cwe-12` has been removed from `cs/web/missing-global-error-handler` and the tag `external/cwe/cwe-012` has been added.
### Minor Analysis Improvements
* Changed the precision of the `cs/equality-on-floats` query from medium to high.
## 1.1.2
### Minor Analysis Improvements

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Changed the precision of the `cs/equality-on-floats` query from medium to high.

View File

@@ -1,6 +1,6 @@
---
category: queryMetadata
---
## 1.2.0
### Query Metadata Changes
* The tag `external/cwe/cwe-13` has been removed from `cs/password-in-configuration` and the tag `external/cwe/cwe-013` has been added.
* The tag `external/cwe/cwe-11` has been removed from `cs/web/debug-binary` and the tag `external/cwe/cwe-011` has been added.
@@ -10,3 +10,7 @@ category: queryMetadata
* The tag `external/cwe/cwe-20` has been removed from `cs/serialization-check-bypass` and the tag `external/cwe/cwe-020` has been added.
* The tag `external/cwe/cwe-20` has been removed from `cs/untrusted-data-to-external-api` and the tag `external/cwe/cwe-020` has been added.
* The tag `external/cwe/cwe-12` has been removed from `cs/web/missing-global-error-handler` and the tag `external/cwe/cwe-012` has been added.
### Minor Analysis Improvements
* Changed the precision of the `cs/equality-on-floats` query from medium to high.

View File

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

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-queries
version: 1.1.3-dev
version: 1.2.0
groups:
- csharp
- queries