From ca930cce0996c023dc45f00f36c6b94182bfc9dd Mon Sep 17 00:00:00 2001 From: Sebastien Blot Date: Mon, 11 Sep 2023 10:35:44 +0200 Subject: [PATCH] wip --- pkg/waf/waf_rule.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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