Update type name in experimental BrokenCrypto.ql

This commit is contained in:
Nicolas Will
2025-05-08 04:03:10 +02:00
parent b8c3b43cc4
commit e03f57da9b

View File

@@ -64,7 +64,7 @@ private string algorithmRegex(string algorithmString) {
"((^|.*[A-Z]{2}|.*[^a-zA-Z])(" + algorithmString.toLowerCase() + ")([^a-z].*|$))"
}
from Crypto::Algorithm alg
from Crypto::AlgorithmNode alg
where
alg.getAlgorithmName().regexpMatch(getInsecureAlgorithmRegex()) and
// Exclude RSA/ECB/.* ciphers.