owaspIntegerLimit
owaspCheckErrorResponse will check integer schema types specify minimum and maximum or exclusiveMinimum and exclusiveMaximum
Example ruleset configuration
my-security-rule:
description: integers should define `minimum` and `maximum` or `exclusiveMinimum` and `exclusiveMaximum`
type: validation
given: $
then:
function: owaspIntegerLimit
Used by the following rules:
