Skip to content

Commit 5eb91fd

Browse files
authored
Drop SHA3-224
Drop the 224bits variant as it looks like SHA3-224 may be deprecated soon based on NIST's most recent draft revision of Transitioning the Use of Cryptographic Algorithms and Key Lengths
1 parent c6eaed3 commit 5eb91fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/security/Encryption.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ string getASecureAlgorithmName() {
250250
result =
251251
[
252252
"RSA", "SHA-?256", "SHA-?512", "CCM", "GCM", "AES(?![^a-zA-Z](ECB|CBC/PKCS[57]Padding))",
253-
"Blowfish", "ECIES", "SHA3-(224|256|384|512)"
253+
"Blowfish", "ECIES", "SHA3-(256|384|512)"
254254
]
255255
}
256256

0 commit comments

Comments
 (0)