Skip to content

Protected Against GraphQL Batch Query Attacks

Protected Against GraphQL Batch Query Attacks

Description

The GraphQL API is protected against Array-Based Batch Query attacks through strict limits on the number of queries per request and query complexity analysis, preventing server resource exhaustion.

Recommendation

The implementation is secure, no recommendation apply.

Standards

  • OWASP_TOP_10:
    • A03_2021