Skip to content

Commit 30ca8b2

Browse files
authored
waf: fix tests for modsec rules generation (#4385)
1 parent 50c8aa4 commit 30ca8b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/appsec/appsec_rule/modsec_rule_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ SecRule ARGS_GET:bar "@rx [^a-zA-Z]" "id:651140804,phase:2,deny,log,msg:'test ru
155155
// leaf(foo) AND (foo OR bar) → DNF: (foo AND foo) OR (foo AND bar) → 2 groups of 2
156156
name: "OR AND mix",
157157
description: "test rule",
158-
invalid: true,
159158

160159
rule: CustomRule{
161160
And: []CustomRule{

0 commit comments

Comments
 (0)