fix(security): bump Go builder images for CVE-2025-61726#623
Conversation
|
/retest |
f6ff775 to
9227cb9
Compare
|
/lgtm |
nsingla
left a comment
There was a problem hiding this comment.
you need to update the go version in go.mod file as well
9227cb9 to
0d0f33c
Compare
…ed-hat-data-services#625 control) Touch the same ten paths as fix(security) PR red-hat-data-services#623 with comments only: workflows ci-build/docs/release, root Dockerfile + Makefile, Konflux/ODH Dockerfiles for argoexec and workflow-controller, and go.mod — no toolchain or workflow logic changes. Rebases control branch on rhoai-3.3. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Closing to try to retrigger snyk checks by reopening. |
This is not correct. To pick up changes in the Go compiler/standard library, only the image needs to be changed. It will compile for older versions of Go specified in the go.mod just fine. I've created #646 with the minimal changes needed, and the snyk checks pass successfully there. |
My bad, what I meant wasn't that its not required to fix the cve, but its a good practive to keep it in sync. We can skip it if its causing snyk issues and handle it separately |
Update the Konflux argoexec and workflow-controller builder images to Go 1.25 digest-pinned toolset for the CVE-2025-61726 remediation path. Co-authored-by: Cursor <cursoragent@cursor.com>
8d9b587 to
49805be
Compare
Updated PR changes to keep it minimal with ref to: #646 |
|
/build-konflux argoexec |
|
/build-konflux workflowcontroller |
cb8ed2c
into
red-hat-data-services:rhoai-3.3
Issue
CVE-2025-61726 —
net/url/ large URL-encoded forms can drive excessive memory use viaParseForm. Fixed in Go >= 1.25.6 or >= 1.24.12 (NVD).Resolves Jira: RHOAIENG-48614 · RHOAIENG-48615 (argoexec / workflow-controller, rhel9)
Summary
argoexecandworkflow-controller.registry.access.redhat.com/ubi9/go-toolset:1.25by digest in:argo-argoexec/Dockerfile.konfluxargo-workflowcontroller/Dockerfile.konfluxgo.mod, rootDockerfile, ODH Dockerfiles, CI workflows, or codegen artifacts in this PR.Note