diff --git a/pkg/waf/waf_rule.go b/pkg/waf/waf_rule.go index 146d79bbf..7a3ad40ad 100644 --- a/pkg/waf/waf_rule.go +++ b/pkg/waf/waf_rule.go @@ -4,7 +4,7 @@ type VPatchRule struct { //Those 2 together represent something like ARGS.foo //If only target is set, it's used for variables that are not a collection (REQUEST_METHOD, etc) Target string `yaml:"target"` - Variable string `yaml:"var` + Variable string `yaml:"var"` //Operations Match string `yaml:"match"` //@rx