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,10 @@
## 0.1.13
### Minor Analysis Improvements
* Removed deprecated dataflow extensible predicates `sourceModelDeprecated`, `sinkModelDeprecated`, and `summaryModelDeprecated`, along with their associated classes.
* 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.
## 0.1.12
### Minor Analysis Improvements

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Removed deprecated dataflow extensible predicates `sourceModelDeprecated`, `sinkModelDeprecated`, and `summaryModelDeprecated`, along with their associated classes.

View File

@@ -1,4 +1,6 @@
---
category: minorAnalysis
---
## 0.1.13
### Minor Analysis Improvements
* Removed deprecated dataflow extensible predicates `sourceModelDeprecated`, `sinkModelDeprecated`, and `summaryModelDeprecated`, along with their associated classes.
* 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: 0.1.12
lastReleaseVersion: 0.1.13

View File

@@ -1,5 +1,5 @@
name: codeql/rust-all
version: 0.1.13-dev
version: 0.1.13
groups: rust
extractor: rust
dbscheme: rust.dbscheme

View File

@@ -1,3 +1,16 @@
## 0.1.13
### New Queries
* Added a new query, `rust/hardcoded-crytographic-value`, for detecting use of hardcoded keys, passwords, salts and initialization vectors.
### Minor Analysis Improvements
* Type inference now supports closures, calls to closures, and trait bounds
using the `FnOnce` trait.
* Type inference now supports trait objects, i.e., `dyn Trait` types.
* Type inference now supports tuple types.
## 0.1.12
### New Queries

View File

@@ -1,4 +0,0 @@
---
category: newQuery
---
* Added a new query, `rust/hardcoded-crytographic-value`, for detecting use of hardcoded keys, passwords, salts and initialization vectors.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Type inference now supports tuple types.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Type inference now supports trait objects, i.e., `dyn Trait` types.

View File

@@ -1,5 +0,0 @@
---
category: minorAnalysis
---
* Type inference now supports closures, calls to closures, and trait bounds
using the `FnOnce` trait.

View File

@@ -0,0 +1,12 @@
## 0.1.13
### New Queries
* Added a new query, `rust/hardcoded-crytographic-value`, for detecting use of hardcoded keys, passwords, salts and initialization vectors.
### Minor Analysis Improvements
* Type inference now supports closures, calls to closures, and trait bounds
using the `FnOnce` trait.
* Type inference now supports trait objects, i.e., `dyn Trait` types.
* Type inference now supports tuple types.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.1.12
lastReleaseVersion: 0.1.13

View File

@@ -1,5 +1,5 @@
name: codeql/rust-queries
version: 0.1.13-dev
version: 0.1.13
groups:
- rust
- queries