Skip to content
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
8 changes: 8 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ ignore = [
# RSA key extraction "Marvin Attack". This is only relevant when using
# PKCS#1 v1.5 encryption, which we don't
"RUSTSEC-2023-0071",

# `paste`, as used by `aws-lc-rs` is unmaintained, but we're not concerned
# about it having a security vulnerability
"RUSTSEC-2024-0436",

# rust-protobuf has an infinite recursion issue when parsing inputs. We only
# use protobuf for opentelemetry output, so we are not affected
"RUSTSEC-2024-0437",
]

[licenses]
Expand Down
Loading