Merge branch 'main' into extsensitive

This commit is contained in:
Geoffrey White
2026-05-11 09:47:29 +01:00
325 changed files with 15449 additions and 2384 deletions

View File

@@ -1,3 +1,13 @@
## 7.1.0
### New Features
* Data flow barriers and barrier guards can now be added using data extensions. For more information see [Customizing library models for Python](https://codeql.github.com/docs/codeql-language-guides/customizing-library-models-for-python/).
### Minor Analysis Improvements
- The Python extractor now supports unpacking in comprehensions, e.g. `[*x for x in nested]` (as defined in [PEP-798](https://peps.python.org/pep-0798/)) that will be part of Python 3.15.
## 7.0.5
### Minor Analysis Improvements

View File

@@ -1,4 +0,0 @@
---
category: feature
---
* Data flow barriers and barrier guards can now be added using data extensions. For more information see [Customizing library models for Python](https://codeql.github.com/docs/codeql-language-guides/customizing-library-models-for-python/).

View File

@@ -1,5 +0,0 @@
---
category: minorAnalysis
---
- The Python extractor now supports unpacking in comprehensions, e.g. `[*x for x in nested]` (as defined in [PEP-798](https://peps.python.org/pep-0798/)) that will be part of Python 3.15.

View File

@@ -0,0 +1,9 @@
## 7.1.0
### New Features
* Data flow barriers and barrier guards can now be added using data extensions. For more information see [Customizing library models for Python](https://codeql.github.com/docs/codeql-language-guides/customizing-library-models-for-python/).
### Minor Analysis Improvements
- The Python extractor now supports unpacking in comprehensions, e.g. `[*x for x in nested]` (as defined in [PEP-798](https://peps.python.org/pep-0798/)) that will be part of Python 3.15.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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