From a2f6a376866c237c989f1d098368f89c2da317e3 Mon Sep 17 00:00:00 2001 From: CarlosCommits <41172581+CarlosCommits@users.noreply.github.com> Date: Mon, 10 Aug 2026 08:19:35 +0000 Subject: [PATCH] fix(scanner): update scanner pins --- worker/Dockerfile | 6 +++--- worker/Dockerfile.dev | 6 +++--- worker/scanner-pins.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/worker/Dockerfile b/worker/Dockerfile index 583cd8c..71705f0 100644 --- a/worker/Dockerfile +++ b/worker/Dockerfile @@ -12,10 +12,10 @@ RUN git clone --filter=blob:none "${HTTPX_REPO}" /tmp/httpx \ FROM golang:1.25-bookworm AS nuclei-builder -ARG NUCLEI_VERSION=v3.11.0 -ARG SUBFINDER_VERSION=v2.14.0 +ARG NUCLEI_VERSION=v3.11.1 +ARG SUBFINDER_VERSION=v2.15.0 ARG NUCLEI_TEMPLATES_REPO=https://github.com/projectdiscovery/nuclei-templates.git -ARG NUCLEI_TEMPLATES_REF=e9f0fe7fa4f5c548bbd1a4d3b65d0f181021e664 +ARG NUCLEI_TEMPLATES_REF=479c6e96948197ba15aaf3f676067538cf3d47ea RUN go install "github.com/projectdiscovery/nuclei/v3/cmd/nuclei@${NUCLEI_VERSION}" RUN go install "github.com/projectdiscovery/subfinder/v2/cmd/subfinder@${SUBFINDER_VERSION}" diff --git a/worker/Dockerfile.dev b/worker/Dockerfile.dev index 780ff9e..4dd3f4c 100644 --- a/worker/Dockerfile.dev +++ b/worker/Dockerfile.dev @@ -12,10 +12,10 @@ RUN git clone --filter=blob:none "${HTTPX_REPO}" /tmp/httpx \ FROM golang:1.25-bookworm AS nuclei-builder -ARG NUCLEI_VERSION=v3.11.0 -ARG SUBFINDER_VERSION=v2.14.0 +ARG NUCLEI_VERSION=v3.11.1 +ARG SUBFINDER_VERSION=v2.15.0 ARG NUCLEI_TEMPLATES_REPO=https://github.com/projectdiscovery/nuclei-templates.git -ARG NUCLEI_TEMPLATES_REF=e9f0fe7fa4f5c548bbd1a4d3b65d0f181021e664 +ARG NUCLEI_TEMPLATES_REF=479c6e96948197ba15aaf3f676067538cf3d47ea RUN go install "github.com/projectdiscovery/nuclei/v3/cmd/nuclei@${NUCLEI_VERSION}" RUN go install "github.com/projectdiscovery/subfinder/v2/cmd/subfinder@${SUBFINDER_VERSION}" diff --git a/worker/scanner-pins.json b/worker/scanner-pins.json index cbd4f4f..31c04eb 100644 --- a/worker/scanner-pins.json +++ b/worker/scanner-pins.json @@ -7,16 +7,16 @@ }, "nuclei": { "module": "github.com/projectdiscovery/nuclei/v3/cmd/nuclei", - "version": "v3.11.0" + "version": "v3.11.1" }, "subfinder": { "module": "github.com/projectdiscovery/subfinder/v2/cmd/subfinder", - "version": "v2.14.0" + "version": "v2.15.0" }, "nucleiTemplates": { "repo": "projectdiscovery/nuclei-templates", "gitUrl": "https://github.com/projectdiscovery/nuclei-templates.git", "sourceRef": "main", - "ref": "e9f0fe7fa4f5c548bbd1a4d3b65d0f181021e664" + "ref": "479c6e96948197ba15aaf3f676067538cf3d47ea" } }