Skip to main content

Pagination missing

Description

The API returned a substantial amount of data. A query pagination might be missing.

Remediation

Implement pagination on the specified queries.

Configuration

Identifier: resource_limitation/pagination_missing

Options

  • threshold : Maximum number of nodes returned before raising an alert in the fast check.

Examples

Ignore this check

{
"checks": {
"resource_limitation/pagination_missing": {
"skip": true
}
}
}

Score

  • Escape Severity: LOW
    • OWASP: API8:2023
    • PCI DSS: 6.5.8
    • CWE
      • 284
      • 668
    • WASC: WASC-22

References