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 ```