From 933ade596c3eef2f9090ca29c5fcddc61fabc619 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Fri, 31 Jul 2015 03:30:12 -0300 Subject: [PATCH] Cosmetics: 1st paragraph of README file is now with lines smaller than 80 chars --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1377b8cc..fa18eafa 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,17 @@ # Introduction -Libmodsecurity is one component of the ModSecurity v3 project. The library codebase serves as an interface to ModSecurity Connectors taking in web traffic and applying traditional ModSecurity processing. In general, it provides the capability to load/interpret rules written in the ModSecurity SecRules format and apply them to HTTP content provided by your application via Connectors. +Libmodsecurity is one component of the ModSecurity v3 project. The library +codebase serves as an interface to ModSecurity Connectors taking in web traffic +and applying traditional ModSecurity processing. In general, it provides the +capability to load/interpret rules written in the ModSecurity SecRules format +and apply them to HTTP content provided by your application via Connectors. -Currently, libmodsecurity is known to be compatible with the following Connectors: -ModSecurity Nginx Connector (ModSecurity-nginx). +Currently, libmodsecurity is known to be compatible with the following +Connectors: ModSecurity Nginx Connector (ModSecurity-nginx). _Notice: This project is under development and it is NOT ready to be placed in -production yet. It currently does not support all the operators and/or actions of the SecRules language, yet._ +production yet. It currently does not support all the operators and/or actions +of the SecRules language, yet._ ### What is the difference between this project and the old ModSecurity (v2.x.x)?