waf_rules -> waf-rules
This commit is contained in:
parent
792961d757
commit
f7e098047f
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ type Item struct {
|
|||
PostOverflows []string `yaml:"postoverflows,omitempty" json:"postoverflows,omitempty"`
|
||||
Scenarios []string `yaml:"scenarios,omitempty" json:"scenarios,omitempty"`
|
||||
Collections []string `yaml:"collections,omitempty" json:"collections,omitempty"`
|
||||
WafRules []string `yaml:"waf_rules,omitempty" json:"waf_rules,omitempty"`
|
||||
WafRules []string `yaml:"waf-rules,omitempty" json:"waf-rules,omitempty"`
|
||||
}
|
||||
|
||||
func (i *Item) toHubStatus() ItemHubStatus {
|
||||
|
|
Loading…
Add table
Reference in a new issue