Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Dockerfile is not really pulling in the ModSecurity v3/dev/wasm-experimental branch #37

@dspeg

Description

@dspeg

In the Dockerfile, there are the below lines:

# Commit from SpiderLabs/ModSecurity repository, aiming at v3/dev/wasm-experimental branch
ARG MODSEC_SHA=a3454df9b09a8de16d41be10cdea4fc46ef08e91

WORKDIR /root/
RUN git clone https://github.com/emscripten-core/emsdk.git -b 3.1.16 \ 
    && git clone https://github.com/M4tteoP/libpcre.git -b wasm-emscripten \
    && git clone https://github.com/SpiderLabs/ModSecurity.git \
    && git -C ModSecurity checkout $MODSEC_SHA \

The tag a3454df9b09a8de16d41be10cdea4fc46ef08e91 is not pointing to the ModSecurity v3/dev/wasm-experimental branch. Any specific reason?

>git -C ModSecurity checkout a3454df9b09a8de16d41be10cdea4fc46ef08e91
Note: switching to 'a3454df9b09a8de16d41be10cdea4fc46ef08e91'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions