Class TaintTrackingContext
The context for taint-tracking. There are two types of contexts:
- No context; the context at a source.
- Tainted parameter; tracks the taint and attribute-path for a parameter Used to track taint through calls accurately and reasonably efficiently.
Import path
import semmle.python.dataflow.old.ImplementationDirect supertypes
Predicates
| getAttributePath | |
| getCaller | |
| getCaller | |
| getParameterTaint | |
| isTop | |
| toString | Gets a textual representation of this element. |