We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d2b52 commit 8c658a2Copy full SHA for 8c658a2
1 file changed
shared/dataflow/codeql/dataflow/TaintTracking.qll
@@ -175,9 +175,7 @@ module TaintFlowMake<
175
Config::isAdditionalFlowStep(node1, node2) and model = "Config"
176
}
177
178
- predicate observeOverlayInformedIncrementalMode() {
179
- not Config::observeDiffInformedIncrementalMode()
180
- }
+ predicate observeOverlayInformedIncrementalMode() { none() }
181
182
183
private module C implements DataFlowInternal::FullStateConfigSig {
0 commit comments