fix(docs): improve formatting and clarity in Cerberus Security Suite section of README

This commit is contained in:
GitHub Actions
2025-12-23 16:08:35 +00:00
parent 893f7f8648
commit 30f5033268

View File

@@ -38,16 +38,16 @@ You want your apps accessible online. You don't want to become a networking expe
---
## Cerberus Security Suite
## 🐕 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.
### **Web Application Firewall (WAF)**
Protects your applications from common web vulnerabilities such as SQL injection, XSS, and more using Coraza.
### **Rate Limiting**
Protect your applications from abuse by limiting the number of requests a user or IP can make within a certain timeframe.
### 🕵️‍♂️ **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.
### 🧱 **Web Application Firewall (WAF)**
- Protects your applications from common web vulnerabilities such as SQL injection, XSS, and more using Coraza.
### ⏱️ **Rate Limiting**
- Protect your applications from abuse by limiting the number of requests a user or IP can make within a certain timeframe.
---