Java: add SHA3 family to list of secure crypto algorithms

This commit is contained in:
Arthur Baars
2024-11-22 18:43:48 +01:00
parent 7f84cf6d72
commit c6eaed343d
3 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Added SHA3 to the list of secure hashing algorithms. As a result the `java/potentially-weak-cryptographic-algorithm` query should no longer flag up uses of SHA3.