Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1129230 commit b023880Copy full SHA for b023880
1 file changed
java/ql/lib/semmle/code/java/security/BrokenCryptoAlgorithmQuery.qll
@@ -36,6 +36,8 @@ module InsecureCryptoConfig implements DataFlow::ConfigSig {
36
predicate observeDiffInformedIncrementalMode() { any() }
37
38
Location getASelectedSinkLocation(DataFlow::Node sink) {
39
+ result = sink.getLocation()
40
+ or
41
exists(CryptoAlgoSpec c | sink.asExpr() = c.getAlgoSpec() | result = c.getLocation())
42
}
43
0 commit comments