Skip to content

Commit 9d9ab4e

Browse files
authored
Ignore RUSTSEC-2024-0436 and RUSTSEC-2024-0437 for now (#4172)
2 parents 2939a2a + b5816a0 commit 9d9ab4e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

deny.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ ignore = [
1414
# RSA key extraction "Marvin Attack". This is only relevant when using
1515
# PKCS#1 v1.5 encryption, which we don't
1616
"RUSTSEC-2023-0071",
17+
18+
# `paste`, as used by `aws-lc-rs` is unmaintained, but we're not concerned
19+
# about it having a security vulnerability
20+
"RUSTSEC-2024-0436",
21+
22+
# rust-protobuf has an infinite recursion issue when parsing inputs. We only
23+
# use protobuf for opentelemetry output, so we are not affected
24+
"RUSTSEC-2024-0437",
1725
]
1826

1927
[licenses]

0 commit comments

Comments
 (0)