nbs-system / naxsi

NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX
GNU General Public License v3.0
4.8k stars 606 forks source link

Unable to download signature from naxsi tag untagged-afabfc163946baa8036f #489

Closed VictorMorenoJimenez closed 4 years ago

VictorMorenoJimenez commented 4 years ago

We have a Docker container with a webproxy with nginx and naxsi.

In order to compile naxsi we need to download the .sig file. It was okey till some months ago that stopped working.

We download the .sig file with:

    curl \
        -fSL \
        https://github.com/nbs-system/naxsi/releases/download/$NAXSI_TAG/naxsi-$NAXSI_VERSION.tar.gz.sig \
        -o naxsi.tar.gz.sig \
    ; \

Where

ENV NAXSI_VERSION=0.56 \
    NAXSI_TAG=untagged-afabfc163946baa8036f \
    NGINX_VERSION=1.17.0

That download url stopped working for some reason.

Thanks for your help.

Niemi commented 4 years ago

Same result for me.

Niemi commented 4 years ago

In my case it was mainline docker image. Need to replace naxsi-0.56 signature URL in Dockerfile to: https://github.com/nbs-system/naxsi/releases/download/0.56/naxsi-0.56.tar.gz.asc

wargio commented 4 years ago

@VictorMorenoJimenez i suggest you to use the release version. that version was probably removed since it was a pre-release.