SpiderLabs / owasp-modsecurity-crs

OWASP ModSecurity Core Rule Set (CRS) Project (Official Repository)
https://modsecurity.org/crs
Apache License 2.0
2.44k stars 725 forks source link

Need help with whitelisting false positive for gitlab rule id 949110 #1719

Closed H4R0 closed 4 years ago

H4R0 commented 4 years ago

Im not quite understanding how to whitelist false postives.

Gitlab behind crs is completly unusable with default rules.

When you do a https git push or for example want to list files in the web overview it gets blocked by rule id 949110

So i added "SecRuleRemoveById 949110" to RESPONSE-999-EXCLUSION-RULES-AFTER-CRS.conf but this completly seems to disable the waf as i can just do xss requests then as well. (e.g https://dev.example.com/? Githubissues.

  • Githubissues is a development platform for aggregating issues.