Merge pull request #20347 from github/post-release-prep/codeql-cli-2.23.0

Post-release preparation for codeql-cli-2.23.0
This commit is contained in:
Arthur Baars
2025-09-02 14:14:03 +02:00
committed by GitHub
185 changed files with 473 additions and 184 deletions

View File

@@ -1,3 +1,9 @@
## 2.6.10
### Minor Analysis Improvements
* Removed `libxmljs` as an XML bomb sink. The underlying libxml2 library now includes [entity reference loop detection](https://github.com/GNOME/libxml2/blob/0c948334a8f5c66d50e9f8992e62998017dc4fc6/NEWS#L905-L908) that prevents XML bomb attacks.
## 2.6.9
### Minor Analysis Improvements

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 2.6.10
### Minor Analysis Improvements
* Removed `libxmljs` as an XML bomb sink. The underlying libxml2 library now includes [entity reference loop detection](https://github.com/GNOME/libxml2/blob/0c948334a8f5c66d50e9f8992e62998017dc4fc6/NEWS#L905-L908) that prevents XML bomb attacks.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 2.6.9
lastReleaseVersion: 2.6.10

View File

@@ -1,5 +1,5 @@
name: codeql/javascript-all
version: 2.6.10-dev
version: 2.6.11-dev
groups: javascript
dbscheme: semmlecode.javascript.dbscheme
extractor: javascript

View File

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

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 2.0.2
lastReleaseVersion: 2.0.3

View File

@@ -1,5 +1,5 @@
name: codeql/javascript-queries
version: 2.0.3-dev
version: 2.0.4-dev
groups:
- javascript
- queries