Point.get_tainted_path_affecting_point()
Returns the first encountered path containing tainted data that influence the point, if it exists. Otherwise, returns an empty tuple.
Returns a path containing tainted data that affect the point.
get_tainted_path_affecting_point() β
APITuple
[
Point
]
Note
This path can include points belonging to other functions.
Query Example
Output Example
PreviousPoint.get_all_tainted_paths_affecting_point()NextPoint.get_tainted_sources_affecting_point()
Last updated