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 borsh

Dependencies

(5 total, 1 possibly insecure)

CrateRequiredLatestStatus
 ascii^1.11.1.0up to date
 borsh-derive~1.5.51.5.5up to date
 bson^22.13.0up to date
 bytes^11.9.0up to date
 hashbrown ⚠️>=0.11, <0.16.00.15.2maybe insecure

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 insta^1.29.01.42.0up to date
 serde_json^11.0.136up 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.