-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
Java SHA3 MessageDigest
CodeQL flags code using MessageDigest.getInstance("SHA3-512") as an insecure hash. But the linked CWE documentation as well as the NIST standard attached to the alert both list SHA3 as a valid hashing algorithm. This shouldn't be an issue.
Code samples or links to source code
halprin and pluckyswan