Graph endpoints load full node/edge collections without pagination #63

Open
opened 2026-03-30 13:29:55 +00:00 by sharang · 0 comments
Owner

get_graph, get_nodes, get_communities fetch all graph data with no limit(). Large repos cause high memory per request. Fix: Add pagination or server-side limits.

get_graph, get_nodes, get_communities fetch all graph data with no limit(). Large repos cause high memory per request. Fix: Add pagination or server-side limits.
sharang added the performancehighv0.3.0 labels 2026-03-30 13:29:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sharang/compliance-scanner-agent#63