Update rust/ql/lib/change-notes/2025-09-19-parameter-mad.md

This commit is contained in:
Tom Hvitved
2025-09-22 19:45:34 +02:00
committed by GitHub
parent 45b84ffb31
commit 1183e50435

View File

@@ -3,5 +3,5 @@ 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
the `j`th parameter of its `i`th argument (which must be a function or a
closure).