Merge pull request #20758 from github/post-release-prep/codeql-cli-2.23.4

Post-release preparation for codeql-cli-2.23.4
This commit is contained in:
Michael B. Gale
2025-11-05 10:45:51 +00:00
committed by GitHub
181 changed files with 484 additions and 183 deletions

View File

@@ -1,3 +1,16 @@
## 0.1.19
### Major Analysis Improvements
* Resolution of calls to functions has been improved in a number of ways, to make it more aligned with the behavior of the Rust compiler. This may impact queries that rely on call resolution, such as data flow queries.
* Added basic models for the `actix-web` web framework.
### Minor Analysis Improvements
* Added `ExtractedFile::hasSemantics` and `ExtractedFile::isSkippedByCompilation` predicates.
* Generalized some existing models to improve data flow.
* Added models for the `mysql` and `mysql_async` libraries.
## 0.1.18
### New Features

View File

@@ -1,4 +0,0 @@
---
category: majorAnalysis
---
* Added basic models for the `actix-web` web framework.

View File

@@ -1,4 +0,0 @@
---
category: majorAnalysis
---
* Resolution of calls to functions has been improved in a number of ways, to make it more aligned with the behavior of the Rust compiler. This may impact queries that rely on call resolution, such as data flow queries.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added models for the `mysql` and `mysql_async` libraries.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Generalized some existing models to improve data flow.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added `ExtractedFile::hasSemantics` and `ExtractedFile::isSkippedByCompilation` predicates.

View File

@@ -0,0 +1,12 @@
## 0.1.19
### Major Analysis Improvements
* Resolution of calls to functions has been improved in a number of ways, to make it more aligned with the behavior of the Rust compiler. This may impact queries that rely on call resolution, such as data flow queries.
* Added basic models for the `actix-web` web framework.
### Minor Analysis Improvements
* Added `ExtractedFile::hasSemantics` and `ExtractedFile::isSkippedByCompilation` predicates.
* Generalized some existing models to improve data flow.
* Added models for the `mysql` and `mysql_async` libraries.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.1.18
lastReleaseVersion: 0.1.19

View File

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

View File

@@ -1,3 +1,9 @@
## 0.1.19
### Minor Analysis Improvements
* The "Low Rust analysis quality" query (`rust/diagnostic/database-quality`), used by the tool status page, has been extended with a measure of successful type inference.
## 0.1.18
### New Queries

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 0.1.19
### Minor Analysis Improvements
* The "Low Rust analysis quality" query (`rust/diagnostic/database-quality`), used by the tool status page, has been extended with a measure of successful type inference.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.1.18
lastReleaseVersion: 0.1.19

View File

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