Skip to content

Commit

Permalink
add eq
Browse files Browse the repository at this point in the history
  • Loading branch information
buixor committed Jan 3, 2024
1 parent aac4248 commit 72a23f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/appsec/appsec_rule/modsecurity.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ var matchMap map[string]string = map[string]string{
"lt": "@lt",
"gte": "@ge",
"lte": "@le",
"eq": "@eq",
}

var bodyTypeMatch map[string]string = map[string]string{
Expand Down

0 comments on commit 72a23f4

Please sign in to comment.