Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-r45x-ghr2-qjxc: `#[zeroize(drop)]` doesn't implement `Drop` for `enum`s

Affected versions of this crate did not implement Drop when #[zeroize(drop)] was used on an enum.

This can result in memory not being zeroed out after dropping it, which is exactly what is intended when adding this attribute.

The flaw was corrected in version 1.2 and #[zeroize(drop)] on enums now properly implements Drop.

ghsa
#git#perl

`#[zeroize(drop)]` doesn’t implement `Drop` for `enum`s

Moderate severity GitHub Reviewed Published Jun 17, 2022 • Updated Jun 17, 2022

ghsa: Latest News

GHSA-27wf-5967-98gx: Kubernetes kubelet arbitrary command execution