Rust: Add change note

This commit is contained in:
Simon Friis Vindum
2025-09-19 09:19:17 +02:00
parent a4c61f6945
commit 4244a6569c

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