mirror of
https://github.com/github/codeql.git
synced 2026-03-03 22:33:42 +01:00
Add dashes to SHA algorithm names in Encryption.qll
This commit is contained in:
@@ -270,7 +270,7 @@ string getInsecureAlgorithmRegex() {
|
||||
string getASecureAlgorithmName() {
|
||||
result =
|
||||
[
|
||||
"RSA", "SHA256", "SHA512", "CCM", "GCM", "AES(?)",
|
||||
"RSA", "SHA-?256", "SHA-?512", "CCM", "GCM", "AES(?)",
|
||||
"Blowfish", "ECIES"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user