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.5up 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.217up to date

Dev dependencies

(6 total, 1 outdated)

CrateRequiredLatestStatus
 fnv^1.01.0.7up to date
 itertools^0.130.14.0out of 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.217up 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.