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

@ -482,8 +482,8 @@ func TestHTTP_Rules_Returns7(t *testing.T) {
t.Fatalf("decode JSON: %v", err)
}
if result.Count != 15 {
t.Errorf("expected 15 built-in rules, got %d", result.Count)
if result.Count != 17 {
t.Errorf("expected 17 built-in rules (15 default + 2 Shadow AI), got %d", result.Count)
}
}