Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Record cargo-vet violations for older zstd versions
When I tried to audit our previous exemption for zstd, I found two buffer overruns which were reachable from safe Rust, although not reachable from Wasmtime. I got them fixed upstream but didn't update our cargo-vet audits to reflect the issue with the older versions. Alex updated our dependencies to pull in the fixed versions in bytecodealliance#7870, and this PR notes for the benefit of anyone importing the Bytecode Alliance audit set that older versions should not be used. See gyscos/zstd-rs#231
- Loading branch information