Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record cargo-vet violations for older zstd versions #8278

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions supply-chain/audits.toml
Expand Up @@ -3231,6 +3231,12 @@ No major updates to the crate here. Small updates to `unsafe` code which are
refactorings of what was there prior.
"""

[[audits.zstd]]
who = "Jamey Sharp <jsharp@fastly.com>"
criteria = "safe-to-deploy"
violation = "<0.13.0"
notes = "Buffer overrun fixed in https://github.com/gyscos/zstd-rs/pull/231"

[[audits.zstd-safe]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
Expand All @@ -3241,6 +3247,12 @@ Does contain new unsafe code, notably an implementation of an internal trait for
the standard library `io::Cursor` type.
"""

[[audits.zstd-safe]]
who = "Jamey Sharp <jsharp@fastly.com>"
criteria = "safe-to-deploy"
violation = "<7.0.0"
notes = "Buffer overrun fixed in https://github.com/gyscos/zstd-rs/pull/231"

[[trusted.aho-corasick]]
criteria = "safe-to-deploy"
user-id = 189 # Andrew Gallant (BurntSushi)
Expand Down