chore(deps): remove legacy rustls webpki path - #3013
Open
elezar wants to merge 1 commit into
Open
Conversation
Signed-off-by: Evan Lezar <elezar@nvidia.com>
elezar
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
August 28, 2026 14:49
|
Label |
krishicks
approved these changes
Aug 28, 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
注册 for free
to join this conversation on GitHub.
Already have an account?
登录 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.
Summary
Switch AWS SDK crates to
default-https-clientso the dependency graph no longer enables the legacy Hyper 0.14 / rustls 0.21 TLS stack. This removes the vulnerablerustls-webpki 0.101.7instance flagged by Dependabot alert 6.Related Issue
No public issue: addresses GitHub Dependabot security alert 6 (
rustls-webpkiGHSA-82j2-j2ch-gfr8).Changes
rustlsfeature usage withdefault-https-client.Cargo.lock, removing legacyhyper-rustls 0.24.2,rustls 0.21.12,tokio-rustls 0.24.1,sct, andrustls-webpki 0.101.7.Testing
mise run pre-commitpassesdev-openshell shell mise run pre-commitattempted; failed in existinghelm:lintbecause chart metadata is missingpostgresql/home/elezar/.cargo/bin/cargo check -p openshell-server/home/elezar/.cargo/bin/cargo tree -i rustls-webpki@0.101.7no longer finds the packageChecklist