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 vulkano

Dependencies

(12 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 ahash^0.80.8.12up to date
 ash^0.370.38.0+1.3.281out of date
 bytemuck^1.71.25.2up to date
 core-graphics-types^0.10.2.0out of date
 crossbeam-queue^0.30.3.14up to date
 half^22.7.1up to date
 libloading^0.70.9.0out of date
 nalgebra^0.31.00.35.0out of date
 objc^0.2.50.2.7up to date
 parking_lot^0.120.12.5up to date
 smallvec^1.81.16.1up to date
 thread_local ⚠️^1.11.1.10maybe insecure

Security Vulnerabilities

thread_local: Data race in `Iter` and `IterMut`

RUSTSEC-2022-0006

In the affected version of this crate, {Iter, IterMut}::next used a weaker memory ordering when loading values than what was required, exposing a potential data race when iterating over a ThreadLocal's values.

Crates using Iter::next, or IterMut::next are affected by this issue.