Skip to content

Build Details

styx0x6 edited this page Nov 7, 2020 · 6 revisions

Changelog

Change details are listed into [CHANGELOG.md].

Packages Versions

Versions given below correspond to the last release of sWAF.

sWAF docker image is built on Alpine Linux docker image version 3.12.0.

Alpine System Packages

TODO Report.

Compiled Libraries & Binaries

Library / Project Version
SSDEEP Last version from GitHub at build date
ModSecurity-nginx connector Last version from GitHub at build date
ModSecurity 3.0.4
Core Rule Set 3.3.0
NAXSI* 1.2
LibreSSL 3.2.1
NGINX 1.19.2

* [NGINX 3rd Party Modules]

Compilation Resources

Build Your Own Image

  1. Get the last version of the code:

    git clone -b master --depth=1 https://github.com/swaf-project/swaf-docker
  2. (Modify then) Build your own docker image:

    docker build -t <MYSWAF> .