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 naga

Dependencies

(21 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 arbitrary^1.41.4.1up to date
 arrayvec^0.7.10.7.6up to date
 bit-set^0.80.8.0up to date
 bitflags^2.92.9.1up to date
 cfg-if^11.0.1up to date
 codespan-reporting^0.120.12.0up to date
 half^2.52.6.0up to date
 hashbrown ⚠️^0.150.15.4maybe insecure
 hexf-parse^0.20.2.1up to date
 indexmap^2.72.10.0up to date
 libm^0.2.60.2.15up to date
 log^0.4.210.4.27up to date
 num-traits^0.2.160.2.19up to date
 once_cell^1.211.21.3up to date
 petgraph^0.80.8.2up to date
 pp-rs^0.2.10.2.1up to date
 rustc-hash^1.12.1.1out of date
 serde^1.0.2191.0.219up to date
 spirv^0.30.3.0+sdk-1.3.268.0up to date
 thiserror^2.0.32.0.12up to date
 unicode-ident^1.0.51.0.18up to date

Dev dependencies

(11 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 diff^0.10.1.13up to date
 env_logger^0.110.11.8up to date
 hashbrown ⚠️^0.150.15.4maybe insecure
 itertools^0.140.14.0up to date
 ron^0.100.10.1up to date
 rspirv^0.110.12.0+sdk-1.3.268.0out of date
 serde^1.0.2191.0.219up to date
 spirv^0.30.3.0+sdk-1.3.268.0up to date
 strum^0.270.27.1up to date
 toml^0.8.90.9.2out of date
 walkdir^2.32.5.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.