Skip to content

Commit 5ee86e9

Browse files
committed
Fix accidental extra overlay informed.
1 parent d871646 commit 5ee86e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

shared/dataflow/codeql/dataflow/TaintTracking.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,7 @@ module TaintFlowMake<
175175
Config::isAdditionalFlowStep(node1, node2) and model = "Config"
176176
}
177177

178-
predicate observeOverlayInformedIncrementalMode() {
179-
not Config::observeDiffInformedIncrementalMode()
180-
}
178+
predicate observeOverlayInformedIncrementalMode() { none() }
181179
}
182180

183181
private module C implements DataFlowInternal::FullStateConfigSig {

0 commit comments

Comments
 (0)