Replace SHA-1 with a more secure hashing algorithm #8084
Labels
maintenance
Issue is a non-user-facing task like updating tests, improving automation, etc..
triaged
This issue has been reviewed and triaged
Area for Improvement
Right now, we use SHA-1 hashing algorithm in cases like hashing the resource IDs or creating ETags.
We should use a more secure hashing algorithm since SHA-1 is not recommended for production use: https://pkg.go.dev/crypto/sha1.
From its official documentation: "SHA-1 is cryptographically broken and should not be used for secure applications."
Observed behavior
SHA-1 is not secure enough.
Desired behavior
Update to a more secure algorithm.
Proposed Fix
rad Version
edge
Operating system
No response
Additional context
No response
Would you like to support us?
AB#13747
The text was updated successfully, but these errors were encountered: