Merge pull request #8401 from jketema/taint-flow

Extend taint tracking interface with flow states
This commit is contained in:
Jeroen Ketema
2022-03-14 12:06:10 +01:00
committed by GitHub
28 changed files with 825 additions and 25 deletions

View File

@@ -61,7 +61,7 @@ class ThroughFlowConfig extends TaintTracking::Configuration {
(state instanceof TaintRead or state instanceof TaintStore)
}
override predicate isAdditionalFlowStep(
override predicate isAdditionalTaintStep(
DataFlow::Node node1, DataFlow::FlowState state1, DataFlow::Node node2,
DataFlow::FlowState state2
) {