Merge pull request #1513 from aschackmull/java/whitelist-sha512

Java: Add SHA512 to the crypto whitelist.
This commit is contained in:
yh-semmle
2019-06-27 19:48:13 -04:00
committed by GitHub

View File

@@ -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