Skip to content

Commit 8e55ced

Browse files
committed
Update test to use MaybeBrokenCryptoAlgorithm
1 parent 83c6ece commit 8e55ced

File tree

1 file changed

+2
-2
lines changed
  • java/ql/integration-tests/all-platforms/java/properties-files/weak-hashing

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import java
22
import semmle.code.java.dataflow.DataFlow
3-
import semmle.code.java.security.WeakHashingAlgorithmPropertyQuery
3+
import semmle.code.java.security.MaybeBrokenCryptoAlgorithmQuery
44

55
query predicate weakAlgorithmUse(DataFlow::Node sink) {
6-
exists(DataFlow::Node source | InsecureAlgorithmPropertyFlow::flow(source, sink))
6+
exists(DataFlow::Node source | InsecureCryptoFlow::flow(source, sink))
77
}

0 commit comments

Comments
 (0)