mirror of
https://github.com/syntrex-lab/gomcp.git
synced 2026-06-02 14:35:12 +02:00
feat: SOC ghost sinkhole, rate limiter, RBAC, demo seed
This commit is contained in:
parent
cc7956d835
commit
b8097d3f1b
19 changed files with 1169 additions and 63 deletions
|
|
@ -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))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue