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 a0f3403 commit 614a014Copy full SHA for 614a014
deny.toml
@@ -42,5 +42,10 @@ ignore = [
42
# Vulnerability in `rsa` crate: https://rustsec.org/advisories/RUSTSEC-2023-0071.html
43
# There is not fix available yet.
44
# https://github.com/vectordotdev/vector/issues/19262
45
- "RUSTSEC-2023-0071"
+ "RUSTSEC-2023-0071",
46
+
47
+ # Vulnerability in `tonic` crate: https://rustsec.org/advisories/RUSTSEC-2024-0376
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
]
0 commit comments