chore(deps): bump golang.org/x/crypto to v0.52.0#227
Closed
kparkinson-ld wants to merge 3 commits into
Closed
Conversation
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
osm6495
approved these changes
Jul 16, 2026
Contributor
|
fixed in another pr |
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.
Summary
Remediates the open CRITICAL Dependabot alert for
golang.org/x/cryptoby bumping it fromv0.45.0→v0.52.0(the minimum patched version).golang.org/x/crypto v0.52.0requires Go >= 1.25, so the modulegodirective is bumped1.24.0→1.25.0. CI resolves its Go version fromgo-version-file: go.mod, and the Dockerfile usesgolang:alpine(unpinned), so no other version pins needed changing.Transitive deps pulled up by
go mod tidy:golang.org/x/sys v0.38.0 → v0.45.0,golang.org/x/text v0.31.0 → v0.37.0. Thevendor/tree was regenerated viago mod vendor(accounts for the large diff).Verified with
go build ./...,go vet ./..., andGONFALON_MODE=test go test ./...(all pass), plus the repo'sgolangci-lintpre-commit hook.Link to Devin session: https://app.devin.ai/sessions/06c2bdbde5ff4cc1b83896749c2db1d6
Requested by: @kparkinson-ld