Release preparation for version 2.22.3

This commit is contained in:
github-actions[bot]
2025-08-04 15:47:57 +00:00
parent 65bf76e3ed
commit fd82aeb1f8
172 changed files with 424 additions and 134 deletions

View File

@@ -1,3 +1,9 @@
## 4.0.12
### Minor Analysis Improvements
* The regular expressions in `SensitiveDataHeuristics.qll` have been extended to find more instances of sensitive data such as secrets used in authentication, finance and health information, and device data. The heuristics have also been refined to find fewer false positive matches. This will improve results for queries related to sensitive information.
## 4.0.11
### Minor Analysis Improvements

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 4.0.12
### Minor Analysis Improvements
* The regular expressions in `SensitiveDataHeuristics.qll` have been extended to find more instances of sensitive data such as secrets used in authentication, finance and health information, and device data. The heuristics have also been refined to find fewer false positive matches. This will improve results for queries related to sensitive information.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 4.0.11
lastReleaseVersion: 4.0.12

View File

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

View File

@@ -1,3 +1,7 @@
## 1.6.2
No user-facing changes.
## 1.6.1
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.6.1
lastReleaseVersion: 1.6.2

View File

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