Files
codeql/rust/ql/lib/change-notes/released/0.1.17.md
2025-09-29 10:28:45 +00:00

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).