Release preparation for version 2.22.4

This commit is contained in:
github-actions[bot]
2025-08-18 14:06:09 +00:00
parent f1ca0ecc3c
commit 90d29994c8
173 changed files with 416 additions and 130 deletions

View File

@@ -1,3 +1,10 @@
## 0.1.14
### Minor Analysis Improvements
* [`let` chains in `if` and `while`](https://doc.rust-lang.org/edition-guide/rust-2024/let-chains.html) are now supported, as well as [`if let` guards in `match` expressions](https://rust-lang.github.io/rfcs/2294-if-let-guard.html).
* Added more detail to models of `postgres`, `rusqlite`, `sqlx` and `tokio-postgres`. This may improve query results, particularly for `rust/sql-injection` and `rust/cleartext-storage-database`.
## 0.1.13
### Minor Analysis Improvements

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added more detail to models of `postgres`, `rusqlite`, `sqlx` and `tokio-postgres`. This may improve query results, particularly for `rust/sql-injection` and `rust/cleartext-storage-database`.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* [`let` chains in `if` and `while`](https://doc.rust-lang.org/edition-guide/rust-2024/let-chains.html) are now supported, as well as [`if let` guards in `match` expressions](https://rust-lang.github.io/rfcs/2294-if-let-guard.html).

View File

@@ -0,0 +1,6 @@
## 0.1.14
### Minor Analysis Improvements
* [`let` chains in `if` and `while`](https://doc.rust-lang.org/edition-guide/rust-2024/let-chains.html) are now supported, as well as [`if let` guards in `match` expressions](https://rust-lang.github.io/rfcs/2294-if-let-guard.html).
* Added more detail to models of `postgres`, `rusqlite`, `sqlx` and `tokio-postgres`. This may improve query results, particularly for `rust/sql-injection` and `rust/cleartext-storage-database`.

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
## 0.1.14
### New Queries
* Added a new query, `rust/cleartext-storage-database`, for detecting cases where sensitive information is stored non-encrypted in a database.
## 0.1.13
### New Queries

View File

@@ -1,4 +1,5 @@
---
category: newQuery
---
## 0.1.14
### New Queries
* Added a new query, `rust/cleartext-storage-database`, for detecting cases where sensitive information is stored non-encrypted in a database.

View File

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

View File

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