Migrate to hardened `Sha1` module in the code
Open
bug
good first issue
help wanted
- Dominant language
- F#
- Stars
- 34
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
See several places in the code where the issue number is mentioned: we should migrate to `Sha1` module everywhere, and should not use the system's SHA1 provider for anything.
This is because the system SHA1 module is not hardened and thus can return different hashes for some objects.
Contributor guide
Assessment
This issue has not been assessed yet.