🐛 Bump Go to 1.25.12 and golang.org/x/net to fix CVEs (#1170)#1171
Open
konveyor-ci-bot[bot] wants to merge 1 commit into
Open
🐛 Bump Go to 1.25.12 and golang.org/x/net to fix CVEs (#1170)#1171konveyor-ci-bot[bot] wants to merge 1 commit into
konveyor-ci-bot[bot] wants to merge 1 commit into
Conversation
## Summary - Bumps Go from 1.25 to 1.25.12 across all modules (root + 5 external providers) to resolve CVE-2025-61729 (crypto/x509 resource consumption) - Updates `golang.org/x/net` from v0.38.0 to v0.57.0 to resolve CVE-2026-25681 and CVE-2026-27136 (golang.org/x/net/html XSS) - Updates Makefile `go mod tidy -go=` flag to match new Go version ## CVEs Resolved | CVE | Package | Fix | |-----|---------|-----| | CVE-2025-61729 | stdlib crypto/x509 | Go 1.25.12 | | CVE-2026-25681 | golang.org/x/net/html | v0.57.0 | | CVE-2026-27136 | golang.org/x/net/html | v0.57.0 | ## Modules Updated - `go.mod` (root) - `external-providers/java-external-provider/go.mod` - `external-providers/go-external-provider/go.mod` - `external-providers/python-external-provider/go.mod` - `external-providers/nodejs-external-provider/go.mod` - `external-providers/yq-external-provider/go.mod` ## Test Plan - [x] `make build` passes locally - [ ] CI passes --------- Signed-off-by: Dylan Murray <dymurray@redhat.com> Signed-off-by: Cherry Picker <noreply@github.com>
2 tasks
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
providers) to resolve CVE-2025-61729 (crypto/x509 resource consumption)
golang.org/x/netfrom v0.38.0 to v0.57.0 to resolveCVE-2026-25681 and CVE-2026-27136 (golang.org/x/net/html XSS)
go mod tidy -go=flag to match new Go versionCVEs Resolved
Modules Updated
go.mod(root)external-providers/java-external-provider/go.modexternal-providers/go-external-provider/go.modexternal-providers/python-external-provider/go.modexternal-providers/nodejs-external-provider/go.modexternal-providers/yq-external-provider/go.modTest Plan
make buildpasses locallySigned-off-by: Dylan Murray dymurray@redhat.com
Signed-off-by: Cherry Picker noreply@github.com