allow description

This commit is contained in:
bui 2023-10-20 13:49:15 +02:00
parent 5dbc2758fa
commit b110c74487

View file

@ -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"`