fix(security): remediate CVE vulnerabilities in Go stdlib#577
Merged
bobh66 merged 2 commits intoMay 22, 2026
Conversation
- Update Go version to 1.25.10 (fixes CVE-2026-39820, CVE-2026-42499, CVE-2026-39836, CVE-2026-33814, CVE-2026-33811, CVE-2026-42501, CVE-2026-39817, CVE-2026-39826, CVE-2026-39825, CVE-2026-39823, CVE-2026-39819) - Update GO_VERSION in CI workflow to match Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
Collaborator
Author
Build Failure AnalysisCheck: build (amd64) SummaryThe Crossplane CLI installation failed because "version current" does not exist on "channel master". Root CauseThe workflow configuration specifies:
The Crossplane install script cannot find this version/channel combination. The workflow file includes TODO comments indicating these should be pinned to stable values. Error DetailsEnvironment variables at time of failure:
RecommendationCode fix required: Update Suggested fix: XP_CHANNEL: stable
XP_VERSION: v1.18.2A remediation plan has been generated with detailed steps. This analysis was generated by the build-failure-analyze skill. |
- Use stable channel instead of master - Pin to v1.18.2 instead of current - Resolves Crossplane CLI download failure Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
bobh66
approved these changes
May 22, 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.
Summary
This PR fixes CVE vulnerabilities identified by security scanning.
Vulnerabilities Fixed
Changes Made
go.modtoolchaindirective togo1.25.10GO_VERSIONin.github/workflows/ci.ymlto1.25.10go mod tidyto update dependenciesReferences
Verification
cve-scanskill after fixes