mirror of
https://github.com/github/codeql.git
synced 2026-04-17 21:14:02 +02:00
Java: add SHA384 to list of secure algorithms
This commit is contained in:
@@ -246,7 +246,7 @@ string getInsecureAlgorithmRegex() {
|
||||
string getASecureAlgorithmName() {
|
||||
result =
|
||||
[
|
||||
"RSA", "SHA-?256", "SHA-?512", "CCM", "GCM", "AES(?)",
|
||||
"RSA", "SHA-?(256|384|512)", "CCM", "GCM", "AES(?)",
|
||||
"Blowfish", "ECIES", "SHA3-(256|384|512)"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user