feat(ui/waf): Regel-Ausnahmen direkt im Config-Dialog + durchsuchbarer Select — v1.3.14
Feedback: in der Regel-Ausnahmen-Sektion konnte man Ausnahmen nur SEHEN, nicht hinzufügen (nur Hinweis auf den Alarme-Tab), und die Rule-ID war Freitext. Jetzt: durchsuchbarer Select (aus CRS_RULES, filtert nach ID UND Beschreibung — z.B. "941" oder "XSS") + optionale Notiz + Hinzufügen-Button direkt im Dialog. Speichert sofort (wie der Entfernen-Button). Der Dropdown deckt alle 331 message-behafteten CRS-Regeln ab = genau die, die je in einem Alarm auftauchen. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -1947,7 +1947,11 @@
|
||||
"saveFailed": "WAF-Konfiguration konnte nicht gespeichert werden.",
|
||||
"noExclusions": "Noch keine Regelausnahmen.",
|
||||
"noNote": "Keine Notiz",
|
||||
"exclusionsAddHint": "Ausnahmen über den Alarme-Tab hinzufügen — \"Als Ausnahme\" auf einem Alarm klicken."
|
||||
"exclusionsAddHint": "Regel oben suchen und hinzufügen — oder im Alarme-Tab per \"Als Ausnahme\" auf einem Alarm.",
|
||||
"exclusionAddPlaceholder": "Regel suchen (ID oder Beschreibung)…",
|
||||
"exclusionAddNote": "Notiz (optional)",
|
||||
"exclusionAddNotFound": "Keine Regel gefunden",
|
||||
"exclusionAddBtn": "Hinzufügen"
|
||||
},
|
||||
"tabs": {
|
||||
"domains": "Domains",
|
||||
|
||||
@@ -1947,7 +1947,11 @@
|
||||
"saveFailed": "Failed to save WAF configuration.",
|
||||
"noExclusions": "No rule exclusions yet.",
|
||||
"noNote": "No note",
|
||||
"exclusionsAddHint": "Add exceptions via the Alerts tab — click \"Add exception\" on an alert."
|
||||
"exclusionsAddHint": "Search for a rule above and add it — or via the Alerts tab with \"Add exception\" on an alert.",
|
||||
"exclusionAddPlaceholder": "Search rule (ID or description)…",
|
||||
"exclusionAddNote": "Note (optional)",
|
||||
"exclusionAddNotFound": "No rule found",
|
||||
"exclusionAddBtn": "Add"
|
||||
},
|
||||
"tabs": {
|
||||
"domains": "Domains",
|
||||
|
||||
Reference in New Issue
Block a user