From ff2eaecd43884515d117763f93cef7ff889d970a Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 11:05:34 +0000 Subject: [PATCH] nuclei/3.3.5-r0: cve remediation (#33291) nuclei/3.3.5-r0: fix GHSA-29wx-vh33-7x7r Advisory data: https://github.com/wolfi-dev/advisories/blob/main/nuclei.advisories.yaml Co-authored-by: octo-sts[bot] <157150467+octo-sts@users.noreply.github.com> --- nuclei.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuclei.yaml b/nuclei.yaml index 45e554bc6aa..d75fce60f69 100644 --- a/nuclei.yaml +++ b/nuclei.yaml @@ -1,7 +1,7 @@ package: name: nuclei version: 3.3.5 - epoch: 0 + epoch: 1 description: "yaml based vulnerability scanner" copyright: - license: MIT @@ -24,7 +24,7 @@ pipeline: - uses: go/bump with: - deps: github.com/mholt/archiver/v3@v3.5.2 + deps: github.com/mholt/archiver/v3@v3.5.2 github.com/golang-jwt/jwt/v4@v4.5.1 replaces: github.com/mholt/archiver/v3=github.com/anchore/archiver/v3@v3.5.2 - uses: patch