mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Avoid duplicate results using in-barriers
This commit is contained in:
committed by
Owen Mansel-Chan
parent
34b2e3e2bf
commit
fac5296efc
@@ -24,6 +24,8 @@ private module BrokenCryptoAlgorithmConfig implements DataFlow::ConfigSig {
|
||||
|
||||
predicate isSink(DataFlow::Node sink) { sink instanceof Sink }
|
||||
|
||||
predicate isBarrierIn(DataFlow::Node node) { isSource(node) }
|
||||
|
||||
predicate isBarrier(DataFlow::Node node) { node instanceof Sanitizer }
|
||||
|
||||
predicate observeDiffInformedIncrementalMode() { any() }
|
||||
|
||||
Reference in New Issue
Block a user