Commit 045d1c2
committed
fix(security): resolve all audit advisories
- Cargo.lock: bump rustls-webpki 0.103.10 -> 0.103.13, patching:
- RUSTSEC-2026-0104: reachable panic in CRL parsing (BIT STRING
mishandling in IssuingDistributionPoint extension)
- RUSTSEC-2026-0098: URI name constraints incorrectly accepted
- RUSTSEC-2026-0099: wildcard name constraints incorrectly accepted
- security.yml: add RUSTSEC-2026-0097 (rand unsoundness via custom
logger + rand::rng()) to ignore list. rand is a purely transitive
dependency; no patched version exists for 0.8.x/0.9.x; Forge defines
no custom logger that accesses rand::rng() so the preconditions for
the unsoundness are never met.1 parent fe8f64f commit 045d1c2
2 files changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments