Files
crowdsec-notify/app.py
Maxime Killinger a75c21a0bf
All checks were successful
🚀 Docker Build and Push / build-and-push (push) Successful in 2m18s
feat: deduplicate CrowdSec alert scenarios per IP
- Use a set to collect scenarios for each IP address to prevent duplicate entries (e.g., multiple 'http-probing' lists).
- Sort scenarios alphabetically for consistent notification output.
- Improve notification readability by grouping repetitive alerts.
2026-01-03 10:26:37 +01:00

4.5 KiB