mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Merge pull request #8401 from jketema/taint-flow
Extend taint tracking interface with flow states
This commit is contained in:
@@ -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
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user