From b82debf0b7c09847af0408dad58041c3c9017055 Mon Sep 17 00:00:00 2001 From: fab Date: Sat, 21 Dec 2024 01:11:51 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e8d54fa..6146282 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ patterns/ │── owasp.py # 🕵️ OWASP scraper (fetch CRS rules) ├── owasp2caddy.py # 🔄 Convert OWASP JSON to Caddy WAF configs ├── owasp_rules.json # 📊 Fetched OWASP rules (raw) +├── requirements.txt # 🔄 Required tools └── .github/workflows/ # 🤖 GitHub Actions for automation └── update_patterns.yml ```