Skip to content

Commit e03f57d

Browse files
committed
Update type name in experimental BrokenCrypto.ql
1 parent b8c3b43 commit e03f57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/experimental/quantum/Examples/BrokenCrypto.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private string algorithmRegex(string algorithmString) {
6464
"((^|.*[A-Z]{2}|.*[^a-zA-Z])(" + algorithmString.toLowerCase() + ")([^a-z].*|$))"
6565
}
6666

67-
from Crypto::Algorithm alg
67+
from Crypto::AlgorithmNode alg
6868
where
6969
alg.getAlgorithmName().regexpMatch(getInsecureAlgorithmRegex()) and
7070
// Exclude RSA/ECB/.* ciphers.

0 commit comments

Comments
 (0)