Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

coreruleset/owasp-crs-documentation

Repository files navigation

Welcome to the OWASP Core Rule Set (CRS) documentation. This documentation is made in Sphinx and can be compiled on Windows using the make.bat or on Linux using the Makefile.

Building on Linux (debian family)

$ git clone https://github.com/coreruleset/owasp-crs-documentation
$ cd owasp-crs-documentation
$ sudo apt-get install python-sphinx
$ make html
...

Alternatively, the latest version of the documentation is available on the Core Rule Set website at https://coreruleset.org/documentation/.