Module TaintTracking
Import path
import csharp
Imports
TaintFlowMake<DataFlowImplSpecific::CsharpDataFlow, TaintTrackingImplSpecific::CsharpTaintTracking> | Construct the modules for taint-tracking analyses. |
Predicates
localExprTaint | Holds if taint can flow from |
localTaint | Holds if taint propagates from |
Classes
Configuration | A configuration of interprocedural taint tracking analysis. This defines sources, sinks, and any other configurable aspect of the analysis. Each use of the taint tracking library must define its own unique extension of this abstract class. |
TaintedMember | A member (property or field) that is tainted if its containing object is tainted. |
Aliases
localTaintStep | Holds if taint propagates from |