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 object

Dependencies

(10 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 rustc-std-workspace-alloc^1.0.01.0.1up to date
 compiler_builtins^0.1.20.1.159up to date
 rustc-std-workspace-core^1.0.01.0.1up to date
 crc32fast^1.21.4.2up to date
 flate2^11.1.1up to date
 hashbrown ⚠️^0.15.00.15.3maybe insecure
 indexmap^2.02.9.0up to date
 memchr^2.4.12.7.4up to date
 ruzstd^0.7.00.8.1out of date
 wasmparser^0.222.00.230.0out of 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.