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 value-trait

Dependencies

(7 total, 1 possibly insecure)

CrateRequiredLatestStatus
 abi_stable^0.11.00.11.3up to date
 float-cmp^0.100.10.0up to date
 halfbrown^0.20.2.5up to date
 hashbrown ⚠️^0.150.15.2maybe insecure
 itoa^11.0.14up to date
 ordered-float^44.5.0up to date
 ryu^11.0.18up 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.