Release preparation for version 2.25.6

This commit is contained in:
github-actions[bot]
2026-05-25 10:23:26 +00:00
parent 491c373e07
commit 44a914e40f
175 changed files with 455 additions and 149 deletions

View File

@@ -1,3 +1,9 @@
## 7.1.2
### Minor Analysis Improvements
* The sensitive data heuristics used to identify code that handles passwords and private data have been improved. Most of the changes permit more variations of established patterns, thereby finding more sensitive data. Queries that use the sensitive data library (for example `py/clear-text-logging-sensitive-data`) may find more correct results and less fewer positive results after these changes.
## 7.1.1
No user-facing changes.

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 7.1.2
### Minor Analysis Improvements
* The sensitive data heuristics used to identify code that handles passwords and private data have been improved. Most of the changes permit more variations of established patterns, thereby finding more sensitive data. Queries that use the sensitive data library (for example `py/clear-text-logging-sensitive-data`) may find more correct results and less fewer positive results after these changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 7.1.1
lastReleaseVersion: 7.1.2

View File

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

View File

@@ -1,3 +1,7 @@
## 1.8.4
No user-facing changes.
## 1.8.3
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.8.3
lastReleaseVersion: 1.8.4

View File

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