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,10 @@
## 4.0.14
### Minor Analysis Improvements
- The modelling of Psycopg2 now supports the use of `psycopg2.pool` connection pools for handling database connections.
* Removed `lxml` as an XML bomb sink. The underlying libxml2 library now includes [entity reference loop detection](https://github.com/lxml/lxml/blob/f33ac2c2f5f9c4c4c1fc47f363be96db308f2fa6/doc/FAQ.txt#L1077) that prevents XML bomb attacks.
## 4.0.13
No user-facing changes.

View File

@@ -1,5 +0,0 @@
---
category: minorAnalysis
---
- The modelling of Psycopg2 now supports the use of `psycopg2.pool` connection pools for handling database connections.

View File

@@ -1,4 +1,6 @@
---
category: minorAnalysis
---
## 4.0.14
### Minor Analysis Improvements
- The modelling of Psycopg2 now supports the use of `psycopg2.pool` connection pools for handling database connections.
* Removed `lxml` as an XML bomb sink. The underlying libxml2 library now includes [entity reference loop detection](https://github.com/lxml/lxml/blob/f33ac2c2f5f9c4c4c1fc47f363be96db308f2fa6/doc/FAQ.txt#L1077) that prevents XML bomb attacks.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 4.0.13
lastReleaseVersion: 4.0.14

View File

@@ -1,5 +1,5 @@
name: codeql/python-all
version: 4.0.14-dev
version: 4.0.15-dev
groups: python
dbscheme: semmlecode.python.dbscheme
extractor: python