Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement query & depth restrictions on the GQL interface #1651

Open
Voxelot opened this issue Feb 8, 2024 · 0 comments · May be fixed by #1676
Open

Implement query & depth restrictions on the GQL interface #1651

Voxelot opened this issue Feb 8, 2024 · 0 comments · May be fixed by #1676
Assignees

Comments

@Voxelot
Copy link
Member

Voxelot commented Feb 8, 2024

https://async-graphql.github.io/async-graphql/en/depth_and_complexity.html

We need to implement limits on the complexity and depth of graphql queries to protect the APIs from DOS attacks. This will need to be done carefully, ensuring that the SDK isn't rendered unusable by excessive limits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant