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 bevy_egui

Dependencies

(14 total, 1 possibly insecure)

CrateRequiredLatestStatus
 arboard^3.2.03.4.1up to date
 bevy^0.14.00.14.2up to date
 bytemuck^11.18.0up to date
 console_log^1.0.01.0.0up to date
 crossbeam-channel^0.5.80.5.13up to date
 egui^0.280.28.1up to date
 js-sys^0.3.630.3.70up to date
 log^0.40.4.22up to date
 thread_local ⚠️^1.1.01.1.8maybe insecure
 wasm-bindgen^0.2.840.2.93up to date
 wasm-bindgen-futures^0.4.360.4.43up to date
 web-sys^0.3.630.3.70up to date
 webbrowser^1.0.11.0.1up to date
 winit^0.300.30.5up to date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 bevy^0.14.00.14.2up to date
 version-sync^0.9.40.9.5up to date

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.