fix(security): remediate CVE vulnerabilities - #49
Conversation
- Update Go version to 1.25.12 (fixes GO-2026-5856, GO-2026-4970) - Update golang.org/x/text to v0.39.0 (fixes GO-2026-5970) - Update golang.org/x/net to v0.56.0 (fixes GO-2026-5942) - Update google.golang.org/grpc to v1.82.1 (fixes GHSA-hrxh-6v49-42gf) Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
Build Failure AnalysisCheck: push SummaryThe composition test ( Root CauseThe test expected output files in the
When the function behavior changed or Kubernetes defaults evolved, the test expectations weren't updated to match. Error DetailsRecommendationAction Required: Update the test expected output files to match the actual function behavior. The expected output files need to include the fields shown in the actual output. This is a straightforward fix - update the YAML files in
After updating, run This analysis was generated by the build-failure-analyze skill. |
- Update Deployment test expectations: add name, uid, container name, port protocol - Update Service test expectations: add name, uid Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
| kind: "App" | ||
| name: "example-db" | ||
| uid: "" | ||
| uid: "ae088a8d-c2e5-522e-ae5c-d068332dc05d" |
Summary
This PR fixes CVE vulnerabilities identified by security scanning.
Vulnerabilities Fixed
Changes Made
References
Verification