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 e5c8d6e commit 3ee393bCopy full SHA for 3ee393b
java/ql/lib/semmle/code/java/security/BrokenCryptoAlgorithmQuery.qll
@@ -35,6 +35,8 @@ module InsecureCryptoConfig implements DataFlow::ConfigSig {
35
predicate observeDiffInformedIncrementalMode() { any() }
36
37
Location getASelectedSinkLocation(DataFlow::Node sink) {
38
+ result = sink.getLocation()
39
+ or
40
exists(CryptoAlgoSpec c | sink.asExpr() = c.getAlgoSpec() | result = c.getLocation())
41
}
42
0 commit comments