From 4d1269b6bf1413aa4f5098062c7d6a2f242777a3 Mon Sep 17 00:00:00 2001 From: Lucas Giffuni Date: Fri, 31 Jul 2026 13:14:52 -0300 Subject: [PATCH] Add file-upload and n8n plugin entries Update the README registry table with two new third-party plugins: `owasp-file-upload-plugin` and `owasp-n8n-plugin`. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 34c1dab..7ba9a9d 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,5 @@ maps the regular CRS IDs from 900K for each rule to the range 9,900,000 - 9,999, | plausible-rule-exclusions-plugin | 9,528,000 - 9,528,999 | [EsadCetiner/plausible-rule-exclusions-plugin](https://github.com/EsadCetiner/plausible-rule-exclusions-plugin) | 3rd party | ✅ tested | ![Integration tests](https://github.com/EsadCetiner/plausible-rule-exclusions-plugin/actions/workflows/integration.yml/badge.svg) | GPL 2.0 | | vimbadmin-crs-plugin | 9,529,000 - 9,529,999 | [eilandert/vimbadmin-crs-plugin](https://github.com/eilandert/vimbadmin-crs-plugin) | 3rd party | ✅ tested | ![Integration tests](https://github.com/eilandert/vimbadmin-crs-plugin/actions/workflows/integration.yml/badge.svg) | GPL 2.0 | | incubator | 9,900,000 - 9,999,999 | [coreruleset/incubator-plugin](https://github.com/coreruleset/incubator-plugin) | official | - | | Apache 2.0 | +| file-upload | 9,500,000 - 9,500,999 | [ucudal/owasp-file-upload-plugin](https://github.com/ucudal/owasp-file-upload-plugin) | 3rd party | ✅ tested | [![Integration tests](https://github.com/ucudal/owasp-file-upload-plugin/actions/workflows/integration.yml/badge.svg)](https://github.com/ucudal/owasp-file-upload-plugin/actions/workflows/integration.yml/badge.svg) | Apache 2.0 | +n8n | 9,530,000 - 9,530,999 | [ucudal/owasp-n8n-plugin](https://github.com/ucudal/owasp-n8n-plugin) | 3rd party | ✅ tested | [![Integration tests](https://github.com/ucudal/owasp-n8n-plugin/actions/workflows/integration.yml/badge.svg)](https://github.com/ucudal/owasp-n8n-plugin/actions/workflows/integration.yml/badge.svg) | Apache 2.0 |