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 b8c3b43 commit e03f57dCopy full SHA for e03f57d
java/ql/src/experimental/quantum/Examples/BrokenCrypto.ql
@@ -64,7 +64,7 @@ private string algorithmRegex(string algorithmString) {
64
"((^|.*[A-Z]{2}|.*[^a-zA-Z])(" + algorithmString.toLowerCase() + ")([^a-z].*|$))"
65
}
66
67
-from Crypto::Algorithm alg
+from Crypto::AlgorithmNode alg
68
where
69
alg.getAlgorithmName().regexpMatch(getInsecureAlgorithmRegex()) and
70
// Exclude RSA/ECB/.* ciphers.
0 commit comments