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 cranelift-frontend

Dependencies

(5 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 cranelift-codegen^0.118.00.119.0out of date
 hashbrown ⚠️^0.150.15.2maybe insecure
 log^0.4.80.4.27up to date
 smallvec^1.6.11.15.0up to date
 target-lexicon^0.13.00.13.2up to date

Dev dependencies

(3 total, 1 outdated)

CrateRequiredLatestStatus
 cranelift-codegen^0.118.00.119.0out of date
 env_logger^0.11.50.11.8up to date
 similar^2.1.02.7.0up 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.