FAQ

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

    owaspNoNumericIds


    owaspCheckErrorResponse will check that non-numeric IDs are used in the API.

    Example ruleset configuration

    my-security-rule:
      description: Checks for non-numeric IDs being used instead of random UUIDs
      type: validation
      given: $
      then:
        function: owaspNoNumericIds
    

    Used by the following rules: