We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1ac26 commit d9233bdCopy full SHA for d9233bd
pkg/appsec/appsec_rule/modsecurity.go
@@ -60,6 +60,7 @@ var matchMap = map[string]string{
60
"gte": "@ge",
61
"lte": "@le",
62
"eq": "@eq",
63
+ "fromFile": "@pmFromFile",
64
}
65
66
var bodyTypeMatch = map[string]string{
0 commit comments