This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate miden-crypto

Dependencies

(15 total, 1 possibly insecure)

CrateRequiredLatestStatus
 blake3^1.61.8.1up to date
 clap^4.54.5.37up to date
 hashbrown ⚠️^0.150.15.2maybe insecure
 num^0.40.4.3up to date
 num-complex^0.40.4.6up to date
 rand^0.90.9.1up to date
 winter-rand-utils^0.120.12.0up to date
 rand_core^0.90.9.3up to date
 rayon^1.101.10.0up to date
 serde^1.01.0.219up to date
 sha3^0.100.10.8up to date
 thiserror^2.02.0.12up to date
 winter-crypto^0.120.12.0up to date
 winter-math^0.120.12.0up to date
 winter-utils^0.120.12.0up to date

Dev dependencies

(8 total, all up-to-date)

CrateRequiredLatestStatus
 assert_matches^1.51.5.0up to date
 criterion^0.50.5.1up to date
 getrandom^0.30.3.2up to date
 hex^0.40.4.3up to date
 proptest^1.61.6.0up to date
 winter-rand-utils^0.120.12.0up to date
 rand_chacha^0.90.9.0up to date
 seq-macro^0.30.3.6up to date

Security Vulnerabilities

hashbrown: Borsh serialization of HashMap is non-canonical

RUSTSEC-2024-0402

The borsh serialization of the HashMap did not follow the borsh specification. It potentially produced non-canonical encodings dependent on insertion order. It also did not perform canonicty checks on decoding.

This can result in consensus splits and cause equivalent objects to be considered distinct.

This was patched in 0.15.1.