feat: Update security notification settings and enhance compatibility for legacy configurations

This commit is contained in:
GitHub Actions
2026-02-20 05:09:03 +00:00
parent 5429d85e8a
commit 0dfbb74c3c
20 changed files with 6657 additions and 774 deletions
@@ -22,11 +22,10 @@ vi.mock('../../hooks/useNotifications', () => ({
data: {
enabled: false,
min_log_level: 'warn',
notify_waf_blocks: true,
notify_acl_denials: true,
notify_rate_limit_hits: true,
security_waf_enabled: true,
security_acl_enabled: true,
security_rate_limit_enabled: true,
webhook_url: '',
email_recipients: '',
},
isLoading: false,
})),