feat: SOC ghost sinkhole, rate limiter, RBAC, demo seed

This commit is contained in:
DmitrL-dev 2026-03-27 12:45:11 +10:00
parent cc7956d835
commit b8097d3f1b
19 changed files with 1169 additions and 63 deletions

View file

@ -139,7 +139,7 @@ func TestCorrelateEmptyInput(t *testing.T) {
func TestDefaultRuleCount(t *testing.T) {
rules := DefaultSOCCorrelationRules()
if len(rules) != 15 {
t.Errorf("expected 15 default rules, got %d", len(rules))
if len(rules) != 17 {
t.Errorf("expected 17 default rules (15 original + 2 Shadow AI), got %d", len(rules))
}
}