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,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.10
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.3
groups:
- javascript
- queries