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 ark-ec

Dependencies

(14 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 ahash^0.80.8.11up to date
 ark-ff^0.5.00.5.0up to date
 ark-poly^0.5.00.5.0up to date
 ark-serialize^0.5.00.5.0up to date
 ark-std^0.5.00.5.0up to date
 educe^0.6.00.6.0up to date
 fnv^1.01.0.7up to date
 hashbrown ⚠️^0.150.15.2maybe insecure
 itertools^0.130.14.0out of date
 num-bigint^0.40.4.6up to date
 num-integer^0.10.1.46up to date
 num-traits^0.20.2.19up to date
 rayon^11.10.0up to date
 zeroize^11.8.1up 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.