Skip to content

Bump rustls-webpki to 0.103.13 (clear RUSTSEC advisories)#120

Merged
gvonnessi merged 1 commit into
mainfrom
fix/rustls-webpki-advisories
Jun 17, 2026
Merged

Bump rustls-webpki to 0.103.13 (clear RUSTSEC advisories)#120
gvonnessi merged 1 commit into
mainfrom
fix/rustls-webpki-advisories

Conversation

@gvonnessi

Copy link
Copy Markdown
Collaborator

Summary

Bumps the transitive dependency rustls-webpki 0.103.9 → 0.103.13 (pulled via reqwest → rustls) to clear four RustSec advisories flagged by CI's Security Audit job. Cargo.lock-only — no Cargo.toml or source changes.

Clears:

  • RUSTSEC-2026-0098 / -0099 — name-constraint validation (URI names; wildcard certs)
  • RUSTSEC-2026-0104 — reachable panic in CRL parsing (fixed in 0.103.13)
  • RUSTSEC-2026-0049 — CRLs not treated as authoritative

Pre-existing (newly-published advisories); not introduced by recent changes.

Test plan

  • cargo build --workspace --all-features
  • cargo test --workspace --all-features — 1082 passed, 0 failed
  • CI Security Audit (cargo audit + cargo deny) — confirms the advisories clear

Transitive dependency (reqwest → rustls → rustls-webpki); Cargo.lock-only
update, no Cargo.toml or source changes. Clears:
- RUSTSEC-2026-0098 / -0099 (name-constraint validation: URI names, wildcard certs)
- RUSTSEC-2026-0104 (reachable panic in CRL parsing)
- RUSTSEC-2026-0049 (CRLs not treated as authoritative)
@codecov

codecov Bot commented Jun 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@gvonnessi gvonnessi merged commit 339203e into main Jun 17, 2026
16 checks passed
@gvonnessi gvonnessi deleted the fix/rustls-webpki-advisories branch June 17, 2026 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant