Release preparation for version 2.23.0

This commit is contained in:
github-actions[bot]
2025-09-02 11:09:32 +00:00
parent 7ae5d405fc
commit 0bfa93828b
185 changed files with 473 additions and 184 deletions

View File

@@ -1,3 +1,7 @@
## 1.7.47
No user-facing changes.
## 1.7.46
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.7.46
lastReleaseVersion: 1.7.47

View File

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

View File

@@ -1,3 +1,7 @@
## 1.7.47
No user-facing changes.
## 1.7.46
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.7.46
lastReleaseVersion: 1.7.47

View File

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

View File

@@ -1,3 +1,12 @@
## 5.2.3
### Minor Analysis Improvements
* A bug has been fixed in the data flow analysis, which means that flow through calls using the `base` qualifier may now be tracked more accurately.
* Added summary models for `System.Xml.XmlReader`, `System.Xml.XmlTextReader` and `System.Xml.XmlDictionaryReader`.
* Models-as-data summaries for byte and char arrays and pointers now treat the entire collection as tainted, reflecting their common use as string alternatives.
* The default taint tracking configuration now allows implicit reads from collections at sinks and in additional flow steps. This increases flow coverage for many taint tracking queries and helps reduce false negatives.
## 5.2.2
No user-facing changes.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Models-as-data summaries for byte and char arrays and pointers now treat the entire collection as tainted, reflecting their common use as string alternatives.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* The default taint tracking configuration now allows implicit reads from collections at sinks and in additional flow steps. This increases flow coverage for many taint tracking queries and helps reduce false negatives.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added summary models for `System.Xml.XmlReader`, `System.Xml.XmlTextReader` and `System.Xml.XmlDictionaryReader`.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* A bug has been fixed in the data flow analysis, which means that flow through calls using the `base` qualifier may now be tracked more accurately.

View File

@@ -0,0 +1,8 @@
## 5.2.3
### Minor Analysis Improvements
* A bug has been fixed in the data flow analysis, which means that flow through calls using the `base` qualifier may now be tracked more accurately.
* Added summary models for `System.Xml.XmlReader`, `System.Xml.XmlTextReader` and `System.Xml.XmlDictionaryReader`.
* Models-as-data summaries for byte and char arrays and pointers now treat the entire collection as tainted, reflecting their common use as string alternatives.
* The default taint tracking configuration now allows implicit reads from collections at sinks and in additional flow steps. This increases flow coverage for many taint tracking queries and helps reduce false negatives.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 5.2.2
lastReleaseVersion: 5.2.3

View File

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

View File

@@ -1,3 +1,7 @@
## 1.3.4
No user-facing changes.
## 1.3.3
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.3.3
lastReleaseVersion: 1.3.4

View File

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