fix(security): remediate CVE vulnerabilities#48
Conversation
- Update Go version to 1.25.11 (fixes CVE-2026-42504, GO-2026-5038, CVE-2026-42507, GO-2026-5039, CVE-2026-27145, GO-2026-5037) - Update golang.org/x/crypto to v0.52.0 (fixes GO-2026-5006, GO-2026-5023, GO-2026-5017, GO-2026-5020, GO-2026-5013, GO-2026-5005, GO-2026-5021, GO-2026-5019, GO-2026-5018, GO-2026-5033, GO-2026-5014, GO-2026-5015, GO-2026-5016) - Update golang.org/x/net to v0.55.0 (fixes GO-2026-5026, GO-2026-5028, GO-2026-5025, GO-2026-5027, GO-2026-5029, GO-2026-5030, GO-2026-4918) - Update golang.org/x/sys to v0.45.0 (fixes GO-2026-5024) - Update CI workflow Go version to 1.25.11 Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
Build Failure AnalysisCheck: build (amd64) SummaryThe build failed while downloading the Crossplane CLI v2.3.0 from the stable channel. Root CauseThis is a transient CI infrastructure failure. The Crossplane CLI install script was unable to fetch version v2.3.0, likely due to temporary network connectivity issues or service unavailability. Error DetailsRecommendationRetry the workflow. This is a transient failure that should resolve on retry. Use: gh run rerun 27004732822 --failed --repo upbound/function-claudeThis analysis was generated by the build-failure-analyze skill. |
Build Failure AnalysisCheck: build (arm64) SummaryThis job was cancelled due to the fail-fast strategy when the build (amd64) job failed. Root CauseThe workflow uses Error DetailsNo independent failure - job was cancelled as a consequence of the amd64 build failure. RecommendationNo action needed for this check. Fix the amd64 build failure (or retry the workflow), and this job will run successfully when the workflow is re-executed. This analysis was generated by the build-failure-analyze skill. |
Summary
This PR fixes CVE vulnerabilities identified by security scanning.
Vulnerabilities Fixed
Changes Made
godirective in go.mod from 1.25.10 to 1.25.11golang.org/x/cryptofrom v0.46.0 to v0.52.0 (indirect dependency)golang.org/x/netfrom v0.48.0 to v0.55.0 (indirect dependency)golang.org/x/sysfrom v0.39.0 to v0.45.0 (indirect dependency, via go mod tidy)go mod tidyto update go.sumGO_VERSIONin.github/workflows/ci.ymlfrom 1.25.10 to 1.25.11References
Verification
cve-scanskill after fixes