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.
1 parent 6d1d521 commit ed7ac7fCopy full SHA for ed7ac7f
deny.toml
@@ -48,4 +48,9 @@ ignore = [
48
# There is a fixed version (v0.12.3) but we are blocked from upgrading to `http` v1, which
49
# `tonic` v0.12 depends on. See https://github.com/vectordotdev/vector/issues/19179
50
"RUSTSEC-2024-0376",
51
+
52
+ # Advisory in rustls crate: https://rustsec.org/advisories/RUSTSEC-2024-0336 If a `close_notify`
53
+ # alert is received during a handshake, `complete_io` does not terminate.
54
+ # Vulnerable version only used in dev-dependencies
55
+ "RUSTSEC-2024-0336",
56
]
0 commit comments