Skip to content

Commit 87ed519

Browse files
chore(dev): consolidate advisory ignores with issue links (#25076)
chore(deny): consolidate advisory ignores with issue links
1 parent 122cca4 commit 87ed519

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

deny.toml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,8 @@ license-files = [
4040

4141
[advisories]
4242
ignore = [
43-
# Vulnerability in `rsa` crate: https://rustsec.org/advisories/RUSTSEC-2023-0071.html
44-
# There is not fix available yet.
45-
# https://github.com/vectordotdev/vector/issues/19262
46-
"RUSTSEC-2023-0071",
47-
{ id = "RUSTSEC-2024-0388", reason = "derivative is unmaintained" },
48-
{ id = "RUSTSEC-2024-0384", reason = "instant is unmaintained" },
49-
{ id = "RUSTSEC-2025-0012", reason = "backoff is unmaintained" },
50-
# rustls-pemfile is unmaintained. Blocked by both async-nats and http 1.0.0 upgrade.
51-
{ id = "RUSTSEC-2025-0134", reason = "rustls-pemfile is unmaintained" },
52-
# rustls-webpki 0.101.7 vulnerability. Fix requires upgrading rustls from 0.21 to 0.23+,
53-
# which is a significant chain upgrade through aws-smithy-http-client, hyper-rustls, tokio-rustls, etc.
54-
{ id = "RUSTSEC-2026-0049", reason = "Fix requires major rustls upgrade (0.21 -> 0.23+); tracked for future upgrade" },
43+
{ id = "RUSTSEC-2023-0071", reason = "rsa marvin attack - unpatched upstream (https://github.com/vectordotdev/vector/issues/19262)" },
44+
{ id = "RUSTSEC-2024-0388", reason = "derivative is unmaintained (https://github.com/vectordotdev/vector/issues/24940)" },
45+
{ id = "RUSTSEC-2025-0134", reason = "rustls-pemfile is unmaintained - unpatched crate (https://github.com/bytebeamio/rumqtt/issues/1010) & tonic/reqwest upgrade (https://github.com/vectordotdev/vector/issues/19179)" },
46+
{ id = "RUSTSEC-2026-0049", reason = "rustls-webpki 0.102 is vulnerable - tonic upgrade (https://github.com/vectordotdev/vector/issues/19179)" },
5547
]

0 commit comments

Comments
 (0)