Overview of Libmodsecurity (v3)
v3/masterLibmodsecurity is the core library component of the ModSecurity v3 project. It acts as an interface for 'Connectors' (such as Nginx or IIS connectors) to process web traffic. The library allows you to load and interpret rules written in the ModSecurity SecRules format and apply them to HTTP content provided by your application.
Unlike ModSecurity v2.x, this version is a complete rewrite that removes Apache dependencies, making it platform-independent and higher performing.