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
.
{ "nvd_published_at": null, "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2022-06-17T00:27:57Z" }