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
43 changes: 43 additions & 0 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# OWASP CRS Plugin Descriptor
# https://github.com/coreruleset/plugin-registry

schema_version: 1

plugin:
name: "wordpress-rule-exclusions-plugin"
description: "CRS rule exclusions for WordPress applications"
long_description: |
Provides targeted rule exclusions to eliminate false positives when
running OWASP CRS in front of vanilla WordPress sites (no WordPress
plugins installed). Covers the WordPress front end, the wp-admin
back end, and the REST API. Supports both block-based and classic
site editor themes; third-party theme plugins and builders are not
covered and must be tuned with custom rule exclusions.
type: "official"
category: "rule-exclusion"
status: "tested"
license: "Apache-2.0"
authors:
- name: "OWASP CRS Team"
url: "https://coreruleset.org"
repository: "https://github.com/coreruleset/wordpress-rule-exclusions-plugin"
keywords:
- "wordpress"
- "cms"
- "rule-exclusion"
- "false-positive"

rule_id_range:
start: 9507000
end: 9507999

compatibility:
crs_version: ">=4.0.0"

configuration:
file: "plugins/wordpress-rule-exclusions-config.conf"
variables:
- name: "tx.wordpress-rule-exclusions-plugin_enabled"
type: "boolean"
default: 1
description: "Enable or disable WordPress rule exclusions (0 to disable)"