FAQ

  • GitHub GitHub Repo stars
  • Discord Discord Server
  • ✨ New! Try the OpenAPI Doctor ✨ The OpenAPI Doctor

    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: