Python: Remove getALocalTaintSource

and `taintFlowsTo` for now..
This commit is contained in:
Rasmus Lerchedahl Petersen
2021-03-24 01:22:21 +01:00
parent b3ff3f7ee7
commit a9af135d7e
5 changed files with 0 additions and 31 deletions

View File

@@ -1,4 +1,3 @@
lgtm,codescanning
* The class ParameterNode now extends LocalSourceNode, thus making methods like flowsTo available.
* Local taint tracking can now be performed using the `taintFlowsTo` method on the `LocalSourceNode` class. Conversely, the new member predicate `getALocalTaintSource` can be called on a `DataFlow::Node` to obtain a `LocalSourceNode` from which taint can be tracked locally to that data-flow node.
* The new predicate `parameterNode` can now be used to map from a `Parameter` to a data-flow node.