Files
codeql/python/change-notes/2021-03-12-small-api-enhancements.md
Rasmus Lerchedahl Petersen a9af135d7e Python: Remove getALocalTaintSource
and `taintFlowsTo` for now..
2021-03-24 01:22:21 +01:00

4 lines
216 B
Markdown

lgtm,codescanning
* The class ParameterNode now extends LocalSourceNode, thus making methods like flowsTo available.
* The new predicate `parameterNode` can now be used to map from a `Parameter` to a data-flow node.