Interface TaintFlowFeatureOptions

interface TaintFlowFeatureOptions {
    controlFlow?: Flow;
    controlFlowStrategy?: TraverseStrategy;
    dataFlow?: Flow;
    dataFlowStrategy?: TraverseStrategy;
}

Hierarchy (View Summary)

Properties

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