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 assets_manager

Dependencies

(24 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 ab_glyph^0.2.120.2.32up to date
 assets_manager_macros^0.3.10.3.1up to date
 base64^0.220.22.1up to date
 bincode^23.0.0out of date
 crc32fast^1.4.21.5.0up to date
 crossbeam-channel^0.50.5.15up to date
 eazip^0.20.2.3up to date
 foldhash^0.2.00.2.0up to date
 gltf^1.01.4.1up to date
 hashbrown ⚠️>=0.15, <0.170.16.1maybe insecure
 image^0.250.25.9up to date
 log^0.40.4.29up to date
 memmap2^0.9.40.9.10up to date
 notify^8.08.2.0up to date
 once_cell^1.161.21.3up to date
 parking_lot^0.120.12.5up to date
 rmp-serde^1.11.3.1up to date
 ron^0.120.12.0up to date
 serde_core^1.01.0.228up to date
 serde_json^1.01.0.149up to date
 serde_yaml^0.9.10.9.34+deprecatedup to date
 sync_file^0.30.3.2up to date
 tar^0.4.380.4.44up to date
 toml^1.01.0.6+spec-1.1.0up to date

Dev dependencies

(3 total, all up-to-date)

CrateRequiredLatestStatus
 cfg-if^1.01.0.4up to date
 env_logger^0.110.11.9up to date
 serde^1.01.0.228up 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.