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

Specific plugin to prevent GraphQL Bombs #230

Open
GauBen opened this issue Oct 11, 2022 · 0 comments
Open

Specific plugin to prevent GraphQL Bombs #230

GauBen opened this issue Oct 11, 2022 · 0 comments
Assignees
Labels

Comments

@GauBen
Copy link
Member

GauBen commented Oct 11, 2022

Hey there!

We will develop a specific plugin to address a specific vulnerability: GraphQL Bombs.

Potential approach:

  • The plugin will make sure that variables containing files are referenced exactly once. (0 -> waste of bandwidth, 2+ -> potential GraphQL Bomb)

Things we should not block:

  • Requests containing multiple files should not be blocked, as it might be a legitimate usecase
  • Aliases/batching should not be blocked, as it might be a legitimate usecase

Feel free to share your ideas, we will be working on it in the following weeks.

@GauBen GauBen added the next-up label Oct 11, 2022
@GauBen GauBen self-assigned this Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant