mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: Add change note
This commit is contained in:
7
rust/ql/lib/change-notes/2025-09-19-parameter-mad.md
Normal file
7
rust/ql/lib/change-notes/2025-09-19-parameter-mad.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
category: feature
|
||||
---
|
||||
* 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 it's `i`th argument (which must be a function or a
|
||||
closure).
|
||||
Reference in New Issue
Block a user