We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2939a2a + b5816a0 commit 9d9ab4eCopy full SHA for 9d9ab4e
deny.toml
@@ -14,6 +14,14 @@ ignore = [
14
# RSA key extraction "Marvin Attack". This is only relevant when using
15
# PKCS#1 v1.5 encryption, which we don't
16
"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",
25
]
26
27
[licenses]
0 commit comments