mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
Java: Add SHA512 to the crypto whitelist.
This commit is contained in:
@@ -120,6 +120,7 @@ string algorithmBlacklistRegex() {
|
||||
private string algorithmWhitelist() {
|
||||
result = "RSA" or
|
||||
result = "SHA256" or
|
||||
result = "SHA512" or
|
||||
result = "CCM" or
|
||||
result = "GCM" or
|
||||
result = "AES" or
|
||||
|
||||
Reference in New Issue
Block a user