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

Dependencies

(20 total, 1 possibly insecure)

CrateRequiredLatestStatus
 arrayvec^0.7.10.7.6up to date
 bitflags^2.92.9.1up to date
 cfg-if^11.0.1up to date
 document-features^0.2.100.2.11up to date
 hashbrown ⚠️^0.150.15.4maybe insecure
 js-sys^0.3.770.3.77up to date
 log^0.4.210.4.27up to date
 naga^26.0.026.0.0up 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
 smallvec^1.91.15.1up to date
 static_assertions^1.11.1.0up to date
 wasm-bindgen^0.2.1000.2.100up to date
 wasm-bindgen-futures^0.4.430.4.50up to date
 web-sys^0.3.770.3.77up to date
 wgpu-core^26.0.026.0.1up to date
 wgpu-hal^26.0.026.0.0up to date
 wgpu-types^26.0.026.0.0up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 bytemuck^1.221.23.1up 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.