mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Fix taint tracking configurations that broke due to interface change
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