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

cargo audit: ignore RUSTSEC-2023-0071 #321

Merged
merged 3 commits into from
Jan 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ignore = [
# to API breakages.
#
# This is a transitive depependency of tough
"RUSTSEC-2021-0139" # ansi_term is no longer maintained, however this is a transient dependency of
# the `tracing-subscriber` crate, which is a dev_dependency and so therefore
# will not be included in a release build.
"RUSTSEC-2023-0071" # "Classic" RSA timing sidechannel attack from non-constant-time implementation.
# Okay for local use.
# https://rustsec.org/advisories/RUSTSEC-2023-0071.html
]
Loading