allow description
This commit is contained in:
parent
5dbc2758fa
commit
b110c74487
1 changed files with 1 additions and 0 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Reference in a new issue