Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bbc0d9 + 9364697 commit 0d4ff2dCopy full SHA for 0d4ff2d
1 file changed
java/ql/src/semmle/code/java/security/Encryption.qll
@@ -120,6 +120,7 @@ string algorithmBlacklistRegex() {
120
private string algorithmWhitelist() {
121
result = "RSA" or
122
result = "SHA256" or
123
+ result = "SHA512" or
124
result = "CCM" or
125
result = "GCM" or
126
result = "AES" or
0 commit comments