Fix CVEs and update builder image to golang:1.25.9#1272
Conversation
|
Welcome @BrunoChauvet! |
|
Hi @BrunoChauvet. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
- Update github.com/sirupsen/logrus v1.9.0 -> v1.9.3 in test/go.mod to fix GHSA-4f99-4q7p-p3gh (High) - Update github.com/prometheus/prometheus v0.35.0 -> v0.311.3 to fix GHSA-vffh-x6r8-xx99 (Medium) - Run go mod tidy and go mod vendor to update vendor directory
6a70440 to
877b6d6
Compare
|
/ok-to-test |
|
Thanks @BrunoChauvet! |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BrunoChauvet, hakman The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Background
Vulnerability scanning flagged two CVEs against the current dependencies. The builder image was also one patch release behind.
What Has Changed
CVE fixes (
go.mod/test/go.mod/vendor/):github.com/sirupsen/logrusv1.9.0 → v1.9.3 intest/go.mod— fixes GHSA-4f99-4q7p-p3gh (High)github.com/prometheus/prometheusv0.35.0 → v0.311.3 — fixes GHSA-vffh-x6r8-xx99 (Medium)github.com/go-openapi/swagv0.25.4 → v0.25.5 — resolves a broken test dependency in swag that blockedgo mod tidyBuilder image (
Dockerfile,Dockerfile.windows):golang:1.25.8-bookworm→golang:1.25.9-bookworm(patch released 2026-04-07)Grype scan: master (before)
Grype scan: this branch (after)
Local verification
Checklist