diff --git a/pkg/waf/waap_rules_collection.go b/pkg/waf/waap_rules_collection.go index 2a590427f..14e25e74c 100644 --- a/pkg/waf/waap_rules_collection.go +++ b/pkg/waf/waap_rules_collection.go @@ -25,6 +25,7 @@ var WAAP_RULE = "waap-rule" type WaapCollectionConfig struct { Type string `yaml:"type"` Name string `yaml:"name"` + Description string `yaml:"description"` SecLangFilesRules []string `yaml:"seclang_files_rules"` SecLangRules []string `yaml:"seclang_rules"` Rules []VPatchRule `yaml:"rules"`