From 03523eb7317b5b4b171669c8b42a68d7ddb7ea1f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 23 Dec 2025 15:49:18 +0000 Subject: [PATCH] feat(docs): add Cerberus Security Suite section to README --- README.md | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 2f88588b..bc4eb0a8 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,16 @@ You want your apps accessible online. You don't want to become a networking expe --- +## Cerberus Security Suite + +**CrowdSec Integration** — Protects your applications from attacks using behavior-based detection and automated remediation. +**Access Control Lists (ACLs)** — Define fine-grained access rules for your applications, controlling who can access what and under which conditions. +**WAF** — Web Application Firewall (Coraza) protects your applications from common web vulnerabilities such as SQL injection, XSS, and more. +**Rate Limiting** — Protect your applications from abuse by limiting the number of requests a user or IP can make within a certain timeframe. + +--- + + ## ✨ Top 10 Features ### 🎯 **Point & Click Management** @@ -159,28 +169,6 @@ This ensures security features (especially CrowdSec) work correctly. --- -## Security Features - -### SSRF Protection - -Charon implements comprehensive Server-Side Request Forgery (SSRF) protection for all user-controlled URLs: - -- ✅ **Private IP Blocking**: Prevents access to RFC 1918 private networks -- ✅ **Cloud Metadata Protection**: Blocks AWS, GCP, Azure metadata endpoints -- ✅ **Protocol Restrictions**: Only allows HTTP/HTTPS schemes -- ✅ **DNS Validation**: Resolves and validates all IPs before requests -- ✅ **Defense in Depth**: Multiple validation layers for maximum security - -**Protected Features:** -- Security notification webhooks -- Custom webhook notifications -- CrowdSec hub synchronization -- External URL connectivity testing - -**Learn More:** See [docs/security/ssrf-protection.md](docs/security/ssrf-protection.md) - ---- - ## Getting Help **[📖 Full Documentation](https://wikid82.github.io/charon/)** — Everything explained simply