Interface TaintFlowFeatures

Features for taint flow.

Taint flow involves both data flow and control flow.

interface TaintFlowFeatures {
    controlFlow: Flow;
    controlFlowStrategy: TraverseStrategy;
    dataFlow: Flow;
    dataFlowStrategy: TraverseStrategy;
}

Hierarchy (View Summary)

Properties

controlFlow: Flow
controlFlowStrategy: TraverseStrategy
dataFlow: Flow
dataFlowStrategy: TraverseStrategy