mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Release preparation for version 2.22.3
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Removed deprecated dataflow extensible predicates `sourceModelDeprecated`, `sinkModelDeprecated`, and `summaryModelDeprecated`, along with their associated classes.
|
||||
@@ -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.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.1.12
|
||||
lastReleaseVersion: 0.1.13
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/rust-all
|
||||
version: 0.1.13-dev
|
||||
version: 0.1.13
|
||||
groups: rust
|
||||
extractor: rust
|
||||
dbscheme: rust.dbscheme
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Type inference now supports tuple types.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Type inference now supports trait objects, i.e., `dyn Trait` types.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Type inference now supports closures, calls to closures, and trait bounds
|
||||
using the `FnOnce` trait.
|
||||
12
rust/ql/src/change-notes/released/0.1.13.md
Normal file
12
rust/ql/src/change-notes/released/0.1.13.md
Normal 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.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.1.12
|
||||
lastReleaseVersion: 0.1.13
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/rust-queries
|
||||
version: 0.1.13-dev
|
||||
version: 0.1.13
|
||||
groups:
|
||||
- rust
|
||||
- queries
|
||||
|
||||
Reference in New Issue
Block a user