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 83c6ece commit 8e55cedCopy full SHA for 8e55ced
java/ql/integration-tests/all-platforms/java/properties-files/weak-hashing/test.ql
@@ -1,7 +1,7 @@
1
import java
2
import semmle.code.java.dataflow.DataFlow
3
-import semmle.code.java.security.WeakHashingAlgorithmPropertyQuery
+import semmle.code.java.security.MaybeBrokenCryptoAlgorithmQuery
4
5
query predicate weakAlgorithmUse(DataFlow::Node sink) {
6
- exists(DataFlow::Node source | InsecureAlgorithmPropertyFlow::flow(source, sink))
+ exists(DataFlow::Node source | InsecureCryptoFlow::flow(source, sink))
7
}
0 commit comments