Skip to main content

Response type mismatch

Description

This security check verifies that all the data returned in the response matches its expected type, as defined in the introspection.

Remediation

Update your resolver to make the introspection type match the actual returned type.

Configuration

Identifier: schema/response_type_missmatch

Examples

Ignore this check

{
"checks": {
"schema/response_type_missmatch": {
"skip": true
}
}
}

Score

  • Escape Severity: INFO
    • OWASP: API10:2023
    • PCI DSS: 6.5.8
    • CWE
      • 389
      • 438
      • 440
      • 684
      • 1068
    • WASC: WASC-40

CVSS

  • CVSS_VECTOR: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N/RL:O
  • CVSS_SCORE: 0

References