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

(22 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 ab_glyph^0.2.120.2.29up to date
 ahash^0.8.00.8.12up to date
 assets_manager_macros^0.2.40.2.5up to date
 base64^0.220.22.1up to date
 basic-toml^0.1.30.1.10up to date
 bincode^1.22.0.1out of date
 crossbeam-channel^0.50.5.15up to date
 gltf^1.01.4.1up to date
 hashbrown ⚠️^0.150.15.4maybe insecure
 image^0.250.25.6up to date
 log^0.40.4.27up to date
 notify^6.08.0.0out of date
 once_cell^1.161.21.3up to date
 parking_lot^0.120.12.4up to date
 rmp-serde^1.11.3.0up to date
 ron^0.80.10.1out of date
 serde^1.01.0.219up to date
 serde_json^1.01.0.140up to date
 serde_yaml^0.9.10.9.34+deprecatedup to date
 sync_file^0.20.3.0out of date
 tar^0.4.380.4.44up to date
 zip^0.64.2.0out of date

Dev dependencies

(4 total, 1 outdated)

CrateRequiredLatestStatus
 cfg-if^1.01.0.1up to date
 env_logger^0.110.11.8up to date
 rand^0.80.9.1out of date
 serde^1.01.0.219up 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.