/modsecurity-whitelist-apps

This repository is for people to contribute common ModSecurity web application false positive whitelists.

modsecurity-whitelist-apps

These configuration files are for disabling certain ModSecurity OWASP CRS 2.2.9 and 3.0.0 and Trustwave Commercial ModSecurity rules that cause false positives with certain web applications.

Please note that there may still be a lot of false positives.

Please contribute!

To load the rules in cPanel:

Download the rules to your modsecurity configuraiton folder (Default in cPanel /usr/local/apache/conf):

cd /usr/local/apache/conf/
git clone https://github.com/wrender/modsecurity-whitelist-apps

Include the rules in the bottom of your modsec2.user.conf file by editing the file and adding the following include line:

# Add the whitelist files to ModSecurity
Include /usr/local/apache/conf/modsecurity-whitelist-apps/*.conf

Restart the Web Server:

service httpd restart