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 b688df9 commit bc0b383Copy full SHA for bc0b383
java/ql/lib/semmle/code/java/security/MaybeBrokenCryptoAlgorithmQuery.qll
@@ -77,6 +77,12 @@ module InsecureCryptoConfig implements DataFlow::ConfigSig {
77
objectToString(n.asExpr()) or
78
n.getType().getErasure() instanceof TypeObject
79
}
80
+
81
+ predicate observeDiffInformedIncrementalMode() { any() }
82
83
+ Location getASelectedSinkLocation(DataFlow::Node sink) {
84
+ exists(CryptoAlgoSpec c | result = c.getLocation() | sink.asExpr() = c.getAlgoSpec())
85
+ }
86
87
88
/**
0 commit comments