OSV 1.4.0 · github-reviewed · 修改于 2022-06-24 01:29
发布时间
2022-06-17 08:30
GitHub 审查时间
2022-06-17 08:30
NVD 发布时间
—
源文件
advisories/github-reviewed/2022/06/GHSA-r45x-ghr2-qjxc/GHSA-r45x-ghr2-qjxc.json
该公告已于 2022-06-24 01:29 撤回
内容仅用于保留外部引用,请不要将其当作仍然有效的安全结论。
This advisory is a duplicate of GHSA-c5hx-w945-j4pq. This link is preserved to maintain external references.
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.