Skip to content

Commit 614a014

Browse files
authored
chore(deps): Add exception for RUSTSEC-2024-0376 (#21401)
Since we can't upgrade to tonic v12 yet due to #19179. Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
1 parent a0f3403 commit 614a014

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

deny.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,10 @@ ignore = [
4242
# Vulnerability in `rsa` crate: https://rustsec.org/advisories/RUSTSEC-2023-0071.html
4343
# There is not fix available yet.
4444
# https://github.com/vectordotdev/vector/issues/19262
45-
"RUSTSEC-2023-0071"
45+
"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",
4651
]

0 commit comments

Comments
 (0)