fix(security): remediate CVE vulnerabilities#40
Conversation
- Update Go version to 1.24.13 (fixes CVE-2025-68121, CVE-2025-61732) Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
Build Failure AnalysisCheck: build (arm64) SummaryDocker build failed because the CI workflow uses Go 1.24.12, but go.mod requires Go 1.24.13 after CVE fixes. Root CauseThe CVE remediation in this PR updated When the Docker build runs Error DetailsRecommendationUpdate the This analysis was generated by the build-failure-analyze skill. |
- Update GO_VERSION from 1.24.12 to 1.24.13 in CI workflow to match go.mod requirements Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
Summary
This PR fixes CVE vulnerabilities identified by security scanning.
Vulnerabilities Fixed
Changes Made
References
Verification
cve-scanskill after fixes