mirror of
https://github.com/syntrex-lab/gomcp.git
synced 2026-04-28 05:46:22 +02:00
Release prep: 54 engines, self-hosted signatures, i18n, dashboard updates
This commit is contained in:
parent
694e32be26
commit
41cbfd6e0a
178 changed files with 36008 additions and 399 deletions
|
|
@ -139,7 +139,7 @@ func TestCorrelateEmptyInput(t *testing.T) {
|
|||
|
||||
func TestDefaultRuleCount(t *testing.T) {
|
||||
rules := DefaultSOCCorrelationRules()
|
||||
if len(rules) != 7 {
|
||||
t.Errorf("expected 7 default rules, got %d", len(rules))
|
||||
if len(rules) != 15 {
|
||||
t.Errorf("expected 15 default rules, got %d", len(rules))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue