-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Labels
type/securitySecurity relatedSecurity related
Description
Pre-requisites
- I have double-checked my configuration
- I have tested with the
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below. - I have searched existing issues and could not find a match for this bug
- I'd like to contribute the fix myself (see contributing guide)
What happened? What did you expect to happen?
In quay.io/argoproj/argocli latest image, snyk security scanner has detected a high severity CVE (CVE-2025-47913) introduced through golang.org/x/crypto/ssh/agent package. Can we expect this to be patched soon ?
Version(s)
v3.6.11, v.3.7.0
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflow that uses private images.
-
Logs from the workflow controller
kubectl logs -n argo deploy/workflow-controller | grep ${workflow}
Logs from in your workflow's wait container
kubectl logs -n argo -c wait -l workflows.argoproj.io/workflow=${workflow},workflow.argoproj.io/phase!=Succeeded
Metadata
Metadata
Assignees
Labels
type/securitySecurity relatedSecurity related