Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions content/2-how-crs-works/2-3-false-positives-and-tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,14 +391,14 @@ SecRule REQUEST_URI "@beginsWith /wordpress/" setvar:tx.crs_exclusions_wordpress

Rule exclusion packages are currently available for the following web applications:

- [cPanel](https://cpanel.net)
- [DokuWiki](https://www.dokuwiki.org)
- [Drupal](https://www.drupal.org)
- [Nextcloud](https://nextcloud.com)
- [phpBB](https://www.phpbb.com)
- [phpMyAdmin](https://www.phpmyadmin.net)
- [WordPress](https://wordpress.org)
- [XenForo](https://xenforo.com)
- [cPanel](https://github.com/coreruleset/cpanel-rule-exclusions-plugin)
- [DokuWiki](https://github.com/coreruleset/dokuwiki-rule-exclusions-plugin)
- [Drupal](https://github.com/coreruleset/drupal-rule-exclusions-plugin)
- [Nextcloud](https://github.com/coreruleset/nextcloud-rule-exclusions-plugin)
- [phpBB](https://github.com/coreruleset/phpbb-rule-exclusions-plugin)
- [phpMyAdmin](https://github.com/coreruleset/phpmyadmin-rule-exclusions-plugin)
- [WordPress](https://github.com/coreruleset/wordpress-rule-exclusions-plugin)
- [XenForo](https://github.com/coreruleset/xenforo-rule-exclusions-plugin)

The CRS project is always looking to work with other communities and individuals to add support for additional web applications. Please get in touch via [GitHub](https://github.com/coreruleset/coreruleset) to discuss writing a rule exclusion package for a specific web application.

Expand Down
Loading