An open API service indexing awesome lists of open source software.

https://github.com/coreruleset/modsecurity-crs-docker

Official ModSecurity Docker + Core Rule Set (CRS) images
https://github.com/coreruleset/modsecurity-crs-docker

core-rule-set docker modsecurity modsecurity-core-rule-set

Last synced: 9 days ago
JSON representation

Official ModSecurity Docker + Core Rule Set (CRS) images

Awesome Lists containing this project

README

          

# OWASP CRS Container Image

[![dockeri.co](http://dockeri.co/image/owasp/modsecurity-crs)](https://hub.docker.com/r/owasp/modsecurity-crs/)

[![License](https://img.shields.io/github/license/coreruleset/modsecurity-crs-docker.svg)](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/LICENSE)

⚠️ Please refer to the [documentation on GitHub](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/README.md).

## Supported Tags

### Stable Tags

Stable Tags are composed of:
* CRS version, in the fromat `[.[.-[-]-`.
Examples:
* `4-nginx-202401121309`
* `4.0-apache-alpine-202401121309`

### Rolling Tags

Rolling tags are updated whenever a new stable tag release occurs. Rolling tags can be practical but should not be used in production.

Rolling Tags are composed of:
* web server variant
* OS variant (optional)

The stable tag format is `[-]`.
Examples:
* `nginx`
* `apache-alpine`