ForNeVeR/Fenrir

Migrate to hardened `Sha1` module in the code

Aberta

#115 aberto em 22 de mar. de 2025

 (0 comentário) (0 reação) (0 responsável)F# (2 forks)auto 404
buggood first issuehelp wanted

Métricas do repositório

Stars
 (34 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador