mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
276 B
276 B
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 thejth parameter of itsith argument (which must be a function or a closure).