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-poly-commit

Dependencies

(7 total, 1 possibly insecure)

CrateRequiredLatestStatus
 blake2^0.100.10.6up to date
 derivative^22.2.0up to date
 digest^0.100.10.7up to date
 hashbrown ⚠️^0.150.15.2maybe insecure
 rand^0.8.00.8.5up to date
 rayon^11.10.0up to date
 merlin^3.0.03.0.0up to date

Dev dependencies

(5 total, all up-to-date)

CrateRequiredLatestStatus
 ark-ed-on-bls12-381^0.5.00.5.0up to date
 ark-bls12-381^0.5.00.5.0up to date
 ark-bls12-377^0.5.00.5.0up to date
 ark-bn254^0.5.00.5.0up to date
 rand_chacha^0.3.00.3.1up to date

Crate ark-pcs-bench-templates

Dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 criterion^0.50.5.1up to date
 paste^1.01.0.15up 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.