This project contains known security vulnerabilities. Find detailed information at the bottom.

Crate amethyst

Dependencies

(31 total, 7 outdated, 1 insecure)

CrateRequiredLatestStatus
 amethyst_animation^0.15.30.15.3up to date
 amethyst_assets^0.15.30.15.3up to date
 amethyst_audio^0.15.30.15.3up to date
 amethyst_config^0.15.30.15.3up to date
 amethyst_controls^0.15.30.15.3up to date
 amethyst_core^0.15.30.15.3up to date
 amethyst_derive^0.15.30.15.3up to date
 amethyst_error^0.15.30.15.3up to date
 amethyst_gltf^0.15.30.15.3up to date
 amethyst_input^0.15.30.15.3up to date
 amethyst_locale^0.15.30.15.3up to date
 amethyst_network^0.15.30.15.3up to date
 amethyst_rendy^0.15.30.15.3up to date
 amethyst_tiles^0.15.30.15.3up to date
 amethyst_ui^0.15.30.15.3up to date
 amethyst_utils^0.15.30.15.3up to date
 amethyst_window^0.15.30.15.3up to date
 crossbeam-channel^0.4.20.5.17out of date
 derivative^2.1.12.2.0up to date
 failure^0.1.70.1.8up to date
 fern^0.6.00.7.1out of date
 glsl-layout ⚠️^0.3.20.5.0insecure
 lazy_static^1.4.01.5.0up to date
 log^0.4.80.4.34up to date
 palette^0.40.7.7out of date
 rayon^1.3.01.12.0up to date
 rustc_version_runtime^0.2.00.3.0out of date
 sentry^0.18.00.49.2out of date
 serde^1.0.1041.0.229up to date
 thread_profiler^0.3.00.3.0up to date
 winit^0.190.30.13out of date

Security Vulnerabilities

glsl-layout: Double drop upon panic in 'fn map_array()'

RUSTSEC-2021-0005

Affected versions of this crate did not guard against panic within the user-provided function f (2nd parameter of fn map_array), and thus panic within f causes double drop of a single object.

The flaw was corrected in the 0.4.0 release by wrapping the object vulnerable to a double drop within ManuallyDrop<T>.