mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Release preparation for version 2.23.2
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
## 0.1.17
|
||||
|
||||
### New Features
|
||||
|
||||
* The models-as-data format for sources now supports access paths of the form
|
||||
`Argument[i].Parameter[j]`. This denotes that the source passes tainted data to
|
||||
the `j`th parameter of its `i`th argument (which must be a function or a
|
||||
closure).
|
||||
|
||||
## 0.1.16
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
category: feature
|
||||
---
|
||||
## 0.1.17
|
||||
|
||||
### New Features
|
||||
|
||||
* The models-as-data format for sources now supports access paths of the form
|
||||
`Argument[i].Parameter[j]`. This denotes that the source passes tainted data to
|
||||
the `j`th parameter of its `i`th argument (which must be a function or a
|
||||
closure).
|
||||
closure).
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.1.16
|
||||
lastReleaseVersion: 0.1.17
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/rust-all
|
||||
version: 0.1.17-dev
|
||||
version: 0.1.17
|
||||
groups: rust
|
||||
extractor: rust
|
||||
dbscheme: rust.dbscheme
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
## 0.1.17
|
||||
|
||||
### New Queries
|
||||
|
||||
* Added a new query, `rust/non-https-url`, for detecting the use of non-HTTPS URLs that can be intercepted by third parties.
|
||||
|
||||
## 0.1.16
|
||||
|
||||
### New Queries
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: newQuery
|
||||
---
|
||||
* Added a new query, `rust/non-https-url`, for detecting the use of non-HTTPS URLs that can be intercepted by third parties.
|
||||
5
rust/ql/src/change-notes/released/0.1.17.md
Normal file
5
rust/ql/src/change-notes/released/0.1.17.md
Normal file
@@ -0,0 +1,5 @@
|
||||
## 0.1.17
|
||||
|
||||
### New Queries
|
||||
|
||||
* Added a new query, `rust/non-https-url`, for detecting the use of non-HTTPS URLs that can be intercepted by third parties.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.1.16
|
||||
lastReleaseVersion: 0.1.17
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/rust-queries
|
||||
version: 0.1.17-dev
|
||||
version: 0.1.17
|
||||
groups:
|
||||
- rust
|
||||
- queries
|
||||
|
||||
Reference in New Issue
Block a user