Release preparation for version 2.23.6

This commit is contained in:
github-actions[bot]
2025-11-17 16:38:07 +00:00
parent 07c80b4685
commit 18fa6799ce
171 changed files with 470 additions and 164 deletions

View File

@@ -1,3 +1,9 @@
## 5.0.0
### Breaking Changes
- The classes `ControlFlowNode`, `Expr`, and `Module` no longer expose predicates that invoke the points-to analysis. To access these predicates, import the module `LegacyPointsTo` and follow the instructions given therein.
## 4.1.0
### New Features

View File

@@ -1,5 +1,5 @@
---
category: breaking
---
## 5.0.0
### Breaking Changes
- The classes `ControlFlowNode`, `Expr`, and `Module` no longer expose predicates that invoke the points-to analysis. To access these predicates, import the module `LegacyPointsTo` and follow the instructions given therein.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 4.1.0
lastReleaseVersion: 5.0.0

View File

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

View File

@@ -1,3 +1,9 @@
## 1.7.0
### Query Metadata Changes
* Reduced the `security-severity` score of the `py/overly-large-range` query from 5.0 to 4.0 to better reflect its impact.
## 1.6.8
### Minor Analysis Improvements

View File

@@ -1,4 +0,0 @@
---
category: queryMetadata
---
* Reduced the `security-severity` score of the `py/overly-large-range` query from 5.0 to 4.0 to better reflect its impact.

View File

@@ -0,0 +1,5 @@
## 1.7.0
### Query Metadata Changes
* Reduced the `security-severity` score of the `py/overly-large-range` query from 5.0 to 4.0 to better reflect its impact.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.6.8
lastReleaseVersion: 1.7.0

View File

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