Commit 6c11431
storage: ignore new RUSTSEC advisories for hickory-proto and rustls-webpki
Add three new security advisory exceptions to deny.toml for dependencies used in the storage port work.
hickory-proto v0.25.2 issues (RUSTSEC-2026-0118, RUSTSEC-2026-0119) are not exploitable in Nydus since we only use TokioResolver for simple A/AAAA queries without DNSSEC validation or multi-record messages.
rustls-webpki v0.103.12 CRL parsing panic (RUSTSEC-2026-0104) cannot be triggered as Nydus does not enable certificate revocation list verification.
Signed-off-by: Peng Tao <bergwolf@hyper.sh>1 parent 686a3d0 commit 6c11431
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
0 commit comments