Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.cargo: ignore
heapless
advisories (#277)
Ignores the following advisories: - RUSTSEC-2020-0145: heapless: UAF cloning a partially consumed iterator - RUSTSEC-2020-0146: generic-array: lifetime extension in old versions Re: RUSTSEC-2020-0145, the `aead` crate consumes the `heapless` crate this advisory is filed against, and does not iterate over Vecs nor does it clone them, so it should be unaffected. Re: RUSTSEC-2020-0146, these are pulled in via `as-slice` which actually pulls in *three* versions of `generic-array`. Only the latest version is actually used (v0.14).
- Loading branch information