ForNeVeR/Fenrir

Migrate to hardened `Sha1` module in the code

オープン

#115 opened on 2025/03/22

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)F# (2 件のフォーク)auto 404
buggood first issuehelp wanted

Repository metrics

Stars
 (34 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド