Class TaintSource
A source of taintedness. Users of the taint tracking library should override this class to provide their own sources.
Import path
import semmle.python.dataflow.old.TaintTracking
Direct supertypes
Known direct subtypes
Predicates
flowsToSink |
Holds if taint can flow from this source to taint sink |
flowsToSink |
Holds if taint can flow from this source to sink |
getATaintNode |
Gets a TaintedNode for this taint source |
getLocation | |
hasLocationInfo |
Holds if this element is at the specified location. The location spans column |
isSourceOf |
Holds if |
isSourceOf |
Holds if |
toString |
Gets a textual representation of this element. |