Summary
indexer/src/schema.graphql allows deeply nested queries (e.g. attestations → issuer → attestations) with no depth or complexity limit, making the endpoint vulnerable to a single malicious query exhausting database connections.
Acceptance Criteria
Summary
indexer/src/schema.graphqlallows deeply nested queries (e.g. attestations → issuer → attestations) with no depth or complexity limit, making the endpoint vulnerable to a single malicious query exhausting database connections.Acceptance Criteria
indexer/src/graphql.ts.