Release preparation for version 2.25.3

This commit is contained in:
github-actions[bot]
2026-04-20 09:27:23 +00:00
parent 2764580cdf
commit c861d99802
174 changed files with 437 additions and 151 deletions

View File

@@ -1,3 +1,9 @@
## 7.0.5
### Minor Analysis Improvements
- The Python extractor now supports the new `lazy import ...` and `lazy from ... import ...` (as defined in [PEP-810](https://peps.python.org/pep-0810/)) that will be part of Python 3.15.
## 7.0.4
### Bug Fixes

View File

@@ -1,5 +1,5 @@
---
category: minorAnalysis
---
## 7.0.5
### Minor Analysis Improvements
- The Python extractor now supports the new `lazy import ...` and `lazy from ... import ...` (as defined in [PEP-810](https://peps.python.org/pep-0810/)) that will be part of Python 3.15.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 7.0.4
lastReleaseVersion: 7.0.5

View File

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

View File

@@ -1,3 +1,9 @@
## 1.8.1
### Minor Analysis Improvements
- The `py/bind-socket-all-network-interfaces` query now uses the global data-flow library, leading to better precision and more results. Also, wrappers of `socket.socket` in the `eventlet` and `gevent` libraries are now also recognized as socket binding operations.
## 1.8.0
### Query Metadata Changes

View File

@@ -1,5 +1,5 @@
---
category: minorAnalysis
---
## 1.8.1
### Minor Analysis Improvements
- The `py/bind-socket-all-network-interfaces` query now uses the global data-flow library, leading to better precision and more results. Also, wrappers of `socket.socket` in the `eventlet` and `gevent` libraries are now also recognized as socket binding operations.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.8.0
lastReleaseVersion: 1.8.1

View File

@@ -1,5 +1,5 @@
name: codeql/python-queries
version: 1.8.1-dev
version: 1.8.1
groups:
- python
- queries