Skip to content

Commit 6612649

Browse files
authored
fix: bump x/crypto to remediate CVE-2025-47913 (wolfi-dev#68482)
Golang have [tagged a release](https://github.com/golang/crypto/releases/tag/v0.43.0) which includes [a fix](golang/crypto@559e062) for [this issue](golang/go#75178) which (according to the issue comments) has been allocated CVE-2025-47913 This PR bumps `x/crypto` in order to receive the fix --------- Signed-off-by: Ben Tasker <2900301+bentasker@users.noreply.github.com> Co-authored-by: Ben Tasker <2900301+bentasker@users.noreply.github.com>
1 parent 74e5679 commit 6612649

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

argo-workflows-3.7.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: argo-workflows-3.7
33
version: "3.7.2"
4-
epoch: 1
4+
epoch: 2
55
description: Workflow engine for Kubernetes.
66
copyright:
77
- license: Apache-2.0
@@ -39,6 +39,7 @@ pipeline:
3939
with:
4040
deps: |-
4141
github.com/go-viper/mapstructure/v2@v2.4.0
42+
golang.org/x/crypto@v0.43.0
4243
4344
- uses: patch
4445
with:

0 commit comments

Comments
 (0)