We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af88ce commit 3389322Copy full SHA for 3389322
go/ql/lib/semmle/go/security/BrokenCryptoAlgorithmQuery.qll
@@ -24,6 +24,8 @@ private module BrokenCryptoAlgorithmConfig implements DataFlow::ConfigSig {
24
25
predicate isSink(DataFlow::Node sink) { sink instanceof Sink }
26
27
+ predicate isBarrierIn(DataFlow::Node node) { isSource(node) }
28
+
29
predicate isBarrier(DataFlow::Node node) { node instanceof Sanitizer }
30
31
predicate observeDiffInformedIncrementalMode() { any() }
0 commit comments