mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
Fix diff-informed predicates
This commit is contained in:
committed by
Owen Mansel-Chan
parent
7d7af193dc
commit
adbc1efe59
@@ -39,6 +39,8 @@ module NormalHashFunctionFlow {
|
||||
// make sinks barriers so that we only report the closest instance
|
||||
isSink(node)
|
||||
}
|
||||
|
||||
predicate observeDiffInformedIncrementalMode() { any() }
|
||||
}
|
||||
|
||||
import TaintTracking::Global<Config>
|
||||
@@ -70,6 +72,8 @@ module ComputationallyExpensiveHashFunctionFlow {
|
||||
// make sinks barriers so that we only report the closest instance
|
||||
isSink(node)
|
||||
}
|
||||
|
||||
predicate observeDiffInformedIncrementalMode() { any() }
|
||||
}
|
||||
|
||||
import TaintTracking::Global<Config>
|
||||
|
||||
Reference in New Issue
Block a user