mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Update type name in experimental BrokenCrypto.ql
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user