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-hal

Dependencies

(41 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 android_system_properties^0.1.10.1.5up to date
 arrayvec^0.7.10.7.6up to date
 ash^0.380.38.0+1.3.281up to date
 bit-set^0.80.8.0up to date
 bitflags^2.92.9.1up to date
 block^0.1.60.1.6up to date
 bytemuck^1.221.23.1up to date
 cfg-if^11.0.1up to date
 core-graphics-types^0.20.2.0up to date
 glow^0.160.16.0up to date
 glutin_wgl_sys^0.60.6.1up to date
 gpu-alloc^0.60.6.0up to date
 gpu-allocator^0.270.27.0up to date
 gpu-descriptor^0.3.20.3.2up to date
 hashbrown ⚠️^0.150.15.4maybe insecure
 js-sys^0.3.770.3.77up to date
 khronos-egl^66.0.0up to date
 libc^0.2.1680.2.174up to date
 libloading^0.80.8.8up to date
 log^0.4.210.4.27up to date
 mach-dxcompiler-rs^0.1.40.1.4+2024.11.22-df583a3.1up to date
 metal^0.320.32.0up to date
 naga^26.0.026.0.0up to date
 ndk-sys^0.60.6.0+11769913up to date
 objc^0.2.50.2.7up to date
 ordered-float>=3, <=5.05.0.0up to date
 parking_lot^0.12.30.12.4up to date
 portable-atomic^1.81.11.1up to date
 portable-atomic-util^0.2.40.2.4up to date
 profiling^11.0.17up to date
 range-alloc^0.10.1.4up to date
 raw-window-handle^0.6.20.6.2up to date
 renderdoc-sys^11.1.0up to date
 rustc-hash^1.12.1.1out of date
 smallvec^1.91.15.1up to date
 thiserror^2.0.32.0.12up to date
 wasm-bindgen^0.2.1000.2.100up to date
 web-sys^0.3.770.3.77up to date
 wgpu-types^26.0.026.0.0up to date
 windows^0.580.61.3out of date
 windows-core^0.580.61.2out of date

Dev dependencies

(7 total, 4 outdated)

CrateRequiredLatestStatus
 env_logger^0.110.11.8up to date
 glam^0.300.30.4up to date
 glutin^0.310.32.3out of date
 glutin-winit^0.40.5.0out of date
 naga^26.0.026.0.0up to date
 raw-window-handle^0.5.20.6.2out of date
 winit^0.290.30.11out of 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.