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 wgpu-core

Dependencies

(26 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 arrayvec^0.7.10.7.6up to date
 bit-set^0.80.8.0up to date
 bit-vec^0.80.8.0up to date
 bitflags^2.92.9.1up to date
 bytemuck^1.221.23.1up to date
 document-features^0.2.100.2.11up to date
 hashbrown ⚠️^0.150.15.4maybe insecure
 indexmap^2.72.10.0up to date
 log^0.4.210.4.27up to date
 naga^26.0.026.0.0up to date
 once_cell^1.211.21.3up to date
 parking_lot^0.12.30.12.4up to date
 portable-atomic^1.81.11.1up to date
 profiling^1.0.11.0.17up to date
 raw-window-handle^0.6.20.6.2up to date
 ron^0.100.10.1up to date
 rustc-hash^1.12.1.1out of date
 serde^1.0.2191.0.219up to date
 smallvec^1.91.15.1up to date
 thiserror^2.0.32.0.12up to date
 wgpu-core-deps-apple^26.0.026.0.0up to date
 wgpu-core-deps-emscripten^26.0.026.0.0up to date
 wgpu-core-deps-wasm^26.0.026.0.0up to date
 wgpu-core-deps-windows-linux-android^26.0.026.0.0up to date
 wgpu-hal^26.0.026.0.0up to date
 wgpu-types^26.0.026.0.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.