mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
9 lines
276 B
Markdown
9 lines
276 B
Markdown
## 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).
|