You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"OWASPCoreRuleSet detection paranoia level (%d) must be greater than or equal to blocking paranoia level (%d); this is an illegal CRS configuration that would deny all traffic with HTTP 500",
1248
-
levels.Detection, levels.Blocking),
1249
-
}
1250
-
}
1238
+
levels:=policy.Spec.InvertedParanoiaLevels()
1239
+
iflevels==nil {
1240
+
returnnil
1241
+
}
1242
+
return&gatewaystatus.PolicyResolveError{
1243
+
Reason: gatewayv1.PolicyReasonInvalid,
1244
+
Message: fmt.Sprintf(
1245
+
"OWASPCoreRuleSet detection paranoia level (%d) must be greater than or equal to blocking paranoia level (%d); this is an illegal CRS configuration that would deny all traffic with HTTP 500",
0 commit comments