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 indexmap

Dependencies

(8 total, 1 possibly insecure)

CrateRequiredLatestStatus
 arbitrary^1.01.4.1up to date
 borsh^1.21.5.3up to date
 equivalent^1.01.0.1up to date
 hashbrown ⚠️^0.15.00.15.2maybe insecure
 quickcheck^1.01.0.3up to date
 rayon^1.91.10.0up to date
 rustc-rayon^0.50.5.0up to date
 serde^1.01.0.215up to date

Dev dependencies

(7 total, all up-to-date)

CrateRequiredLatestStatus
 fnv^1.01.0.7up to date
 fxhash^0.2.10.2.1up to date
 itertools^0.130.13.0up to date
 lazy_static^1.31.5.0up to date
 quickcheck^1.01.0.3up to date
 rand^0.80.8.5up to date
 serde_derive^1.01.0.215up 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.