Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-jmwx-r3gq-qq3p: vec-const attempts to construct a Vec from a pointer to a const slice

Affected versions of this crate claimed to construct a const Vec with nonzero length and capacity, but that cannot be done because such a Vec requires a pointer from an allocator.

The implementation was later changed to just construct a std::borrow::Cow.

ghsa
#git

vec-const attempts to construct a Vec from a pointer to a const slice

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

ghsa: Latest News

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