Skip to content

chore(deps): bump rustls-webpki to 0.103.13 - #29

Merged
4bmis merged 1 commit into
mainfrom
chore/bump-rustls-webpki
Apr 25, 2026
Merged

chore(deps): bump rustls-webpki to 0.103.13#29
4bmis merged 1 commit into
mainfrom
chore/bump-rustls-webpki

Conversation

@4bmis

@4bmis 4bmis commented Apr 25, 2026

Copy link
Copy Markdown
Collaborator

Summary

Resolves all three open Dependabot alerts on rustls-webpki (1 high, 2 low) by bumping the transitive dep from 0.103.10 to 0.103.13. Cargo.lock-only change, no API surface impact.

Changes

  • packages/postagent-core/Cargo.lock: rustls-webpki 0.103.10 → 0.103.13 (via cargo update -p rustls-webpki).
  • .changeset/bump-rustls-webpki.md: patch bump for all five npm packages so the fixed binary ships in the next release.

Vulnerabilities closed

  • High — DoS via panic on malformed CRL BIT STRING (< 0.103.13).
  • Low — Name constraints for URI names incorrectly accepted (< 0.103.12).
  • Low — Name constraints accepted for certificates asserting a wildcard name (< 0.103.12).

Test Plan

  • cargo check in packages/postagent-core — clean (only a pre-existing dead-code warning unrelated to this change).
  • Diff verified: only the rustls-webpki package entry in Cargo.lock changed (version + checksum).
  • CI to confirm the full build matrix.

Resolves three Dependabot alerts on rustls-webpki (one high, two low):
a DoS via panic on malformed CRL BIT STRING, and two name-constraint
bypasses for URI names and wildcard certificates. rustls-webpki is a
transitive dependency, so this is a Cargo.lock-only bump.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@4bmis
4bmis merged commit 1d14401 into main Apr 25, 2026
4 checks passed
@4bmis
4bmis deleted the chore/bump-rustls-webpki branch April 25, 2026 04:31
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