Skip to content

Commit 25b2994

Browse files
committed
fix: add advisory for rustls-webpki 0.102.x CRL issue in deny.toml
1 parent 67a50cf commit 25b2994

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ version = 2
2424
yanked = "warn"
2525
# rustls-pemfile is unmaintained but not vulnerable - waiting for rumqttc to migrate
2626
# See: https://github.com/rustls/pemfile/issues/61
27+
# rustls-webpki 0.102.x has no patch (fix only in 0.103.10+) - transitive via rumqttc
2728
ignore = [
2829
"RUSTSEC-2025-0134", # rustls-pemfile unmaintained (transitive via rumqttc)
30+
"RUSTSEC-2026-0049", # rustls-webpki 0.102.x CRL issue (no patch in 0.102.x line, rumqttc transitive)
2931
]
3032

3133
[sources]

0 commit comments

Comments
 (0)