Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pgAdmin rule exclusions plugin #9

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
32 changes: 21 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,25 @@ place to register plugins and reserve rule ID ranges.
The rule ID range from 9,500,000 - 9,999,999 is reserved for CRS plugins.

Plugins usually get a range of 1,000 IDs with the notable exception of the incubator plugin that
maps the regular CRS IDs from the 900K to the 9.9M range.
maps the regular CRS IDs from 900K for each rule to the range 9,900,000 - 9,999,999.


| *Plugin Name* | *Rule ID Range* | *Repository* | *Type* |
|-----------------|-----------------------|-------------------------------------------------------|----------|
| dummy | 9,500,000 - 9,500,999 | https://github.com/coreruleset/dummy-plugin | official |
| auto-decoding | 9,501,000 - 9,501,999 | https://github.com/coreruleset/auto-decoding-plugin | official |
| antivirus | 9,502,000 - 9,502,999 | https://github.com/coreruleset/antivirus-plugin | official |
| body-decompress | 9,503,000 - 9,503,999 | https://github.com/coreruleset/body-decompress-plugin | official |
| fake-bot | 9,504,000 - 9,504,999 | https://github.com/coreruleset/fake-bot-plugin | official |
| google-oauth2 | 9,505,000 - 9,505,999 | https://github.com/coreruleset/google-oauth2-plugin | official |
| incubator | 9,900,000 - 9,999,999 | https://github.com/coreruleset/incubator-plugin | official |
| *Plugin Name* | *Rule ID Range* | *Repository* | *Type* | *Status* |
|-------------------------------|-----------------------|---------------------------------------------------------------------|-----------|--------------------- |
| dummy | 9,500,000 - 9,500,999 | https://github.com/coreruleset/dummy-plugin | official | - |
| auto-decoding | 9,501,000 - 9,501,999 | https://github.com/coreruleset/auto-decoding-plugin | official | untested |
| antivirus | 9,502,000 - 9,502,999 | https://github.com/coreruleset/antivirus-plugin | official | ✅ tested |
| body-decompress | 9,503,000 - 9,503,999 | https://github.com/coreruleset/body-decompress-plugin | official | ✅ tested |
| fake-bot | 9,504,000 - 9,504,999 | https://github.com/coreruleset/fake-bot-plugin | official | ✅ tested |
| google-oauth2 | 9,505,000 - 9,505,999 | https://github.com/coreruleset/google-oauth2-plugin | official | ✅ tested |
| drupal-rule-exclusions | 9,506,000 - 9,506,999 | https://github.com/coreruleset/drupal-rule-exclusions-plugin | official | untested |
| wordpress-rule-exclusions | 9,507,000 - 9,507,999 | https://github.com/coreruleset/wordpress-rule-exclusions-plugin | official | ✅ tested |
| nextcloud-rule-exclusions | 9,508,000 - 9,508,999 | https://github.com/coreruleset/nextcloud-rule-exclusions-plugin | official | untested |
| dokuwiki-rule-exclusions | 9,509,000 - 9,509,999 | https://github.com/coreruleset/dokuwiki-rule-exclusions-plugin | official | untested |
| cpanel-rule-exclusions | 9,510,000 - 9,510,999 | https://github.com/coreruleset/cpanel-rule-exclusions-plugin | official | untested |
| xenforo-rule-exclusions | 9,511,000 - 9,511,999 | https://github.com/coreruleset/xenforo-rule-exclusions-plugin | official | ✅ tested |
| phpbb-rule-exclusions | 9,512,000 - 9,512,999 | https://github.com/coreruleset/phpbb-rule-exclusions-plugin | official | ✅ tested |
| phpmyadmin-rule-exclusions | 9,513,000 - 9,513,999 | https://github.com/coreruleset/phpmyadmin-rule-exclusions-plugin | official | being tested |
| dos-protection-modsecurity-v2 | 9,514,000 - 9,514,999 | https://github.com/coreruleset/dos-protection-plugin-modsecurity-v2 | official | untested |
| dos-protection-modsecurity-v3 | 9,515,000 - 9,515,999 | https://github.com/coreruleset/dos-protection-plugin-modsecurity-v3 | official | draft |
| pgadmin-rule-exclusions | 9,516,000 - 9,516,999 | https://github.com/flo-mic/pgadmin-rule-exclusions-plugin | 3rd party | ✅ tested |
| incubator | 9,900,000 - 9,999,999 | https://github.com/coreruleset/incubator-plugin | official | - |