Skip to content

Commit f62a9ff

Browse files
prontclaude
andauthored
chore(deps): ignore RUSTSEC-2026-0049 (rustls-webpki) until rustls can be upgraded (#24986)
* chore: ignore new RUSTSEC advisories that cannot be immediately fixed Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * chore: remove RUSTSEC-2026-0058 ignore, addressed by #24975 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 05f7b43 commit f62a9ff

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

deny.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,7 @@ ignore = [
4949
{ id = "RUSTSEC-2025-0012", reason = "backoff is unmaintained" },
5050
# rustls-pemfile is unmaintained. Blocked by both async-nats and http 1.0.0 upgrade.
5151
{ 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" },
5255
]

0 commit comments

Comments
 (0)