From 73ae9b490ce8c7a2a417b720343df77c8f68e2fd Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 17:50:01 +0000 Subject: [PATCH] sriov-network-device-plugin/3.8.0-r0: cve remediation (#38147) sriov-network-device-plugin/3.8.0-r0: fix GHSA-w32m-9786-jp63 Advisory data: https://github.com/wolfi-dev/advisories/blob/main/sriov-network-device-plugin.advisories.yaml Co-authored-by: octo-sts[bot] <157150467+octo-sts@users.noreply.github.com> Co-authored-by: Ajay Kemparaj --- sriov-network-device-plugin.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sriov-network-device-plugin.yaml b/sriov-network-device-plugin.yaml index 7739b0fe19a..3bbda99d16f 100644 --- a/sriov-network-device-plugin.yaml +++ b/sriov-network-device-plugin.yaml @@ -1,7 +1,7 @@ package: name: sriov-network-device-plugin version: 3.8.0 - epoch: 0 + epoch: 1 description: SRIOV network device plugin for Kubernetes copyright: - license: Apache-2.0 @@ -15,7 +15,7 @@ pipeline: - uses: go/bump with: - deps: github.com/opencontainers/runc@v1.1.14 + deps: github.com/opencontainers/runc@v1.1.14 golang.org/x/net@v0.33.0 - uses: go/build with: