add support for labels to waap rules
This commit is contained in:
parent
6dec8a24bb
commit
056c979455
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ type WaapCollectionConfig struct {
|
|||
SecLangRules []string `yaml:"seclang_rules"`
|
||||
Rules []waap_rule.CustomRule `yaml:"rules"`
|
||||
|
||||
Labels map[string]interface{} `yaml:"labels"` //Labels is K:V list aiming at providing context the overflow
|
||||
|
||||
Data interface{} `yaml:"data"` //Ignore it
|
||||
hash string `yaml:"-"`
|
||||
version string `yaml:"-"`
|
||||
|
|
Loading…
Reference in a new issue