Bump rustls-webpki to 0.103.13 to fix GHSA-82j2-j2ch-gfr8 and GHSA-965h-392x-2mh5#1716
Merged
Merged
Conversation
…5h-392x-2mh5 Updates rustls-webpki from 0.103.3 to 0.103.13 to pick up upstream security fixes: - GHSA-82j2-j2ch-gfr8: reachable panic in CRL parsing (0.103.13) - GHSA-965h-392x-2mh5: URI name constraints (0.103.12) - GHSA-xgp8-3hg3-c2mh: DNS wildcard name constraint (0.103.12) - GHSA-pwjx-qhcg-rvj4: CRL Distribution Point selection (0.103.10) Re-authors the dependabot PR #1702 so CI runs with secret access. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
spatten
approved these changes
May 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Bumps the
rustls-webpkiRust crate from 0.103.3 to 0.103.13 to resolve security vulnerabilities reported upstream by the rustls project.Re-authors Dependabot PR #1702 so CI can run with repository secrets (the dependabot run failed
dependency-scan,Linux-arm-build, andintegration-testbecause Dependabot PRs are denied access toFOSSA_API_KEYandGITHUB_TOKEN).Acceptance criteria
rustls-webpkiresolves to0.103.13inCargo.lockand the Rust workspace continues to build.Testing plan
cargo check --releasepasses with the updated dependency (verified locally).Risks
Minimal — patch version bump of an indirect dependency with no API changes on our side.
Cargo.tomlis unchanged; onlyCargo.lockmoves. The change also re-resolves five unrelatedwindows-systransitive entries from0.52.0to0.59.0as a side-effect of runningcargo update.Metrics
N/A
References
Checklist
docs/.docs/README.msand gave consideration to how discoverable or not my documentation is.Changelog.md. If this PR did not mark a release, I added my changes into an## Unreleasedsection at the top..fossa.ymlorfossa-deps.{json,yml}, I updateddocs/references/files/*.schema.jsonAND I have updated example files used byfossa initcommand.docs/references/subcommands/<subcommand>.md.