-
Notifications
You must be signed in to change notification settings - Fork 161
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
[Improper parsing]: 6MB file doesn't load in the Burp Extension #109
Comments
I forgot to add the minified version of the json, that it's 4MB, here it is. |
Hey, @antoniolortenford! Thank you for reporting a bug. What is the source of this schema? I'd love to add some real-world schemas to our test suite in order to track regressions. Parsing works without any issues. Given a large number of queries you might want to use our CLI tool for that (use dev branch for now: https://github.com/doyensec/gqlspection/tree/dev): $ gqlspection -f schemaa.json InQL had trouble displaying more than 400 files per folder, but I just pushed fixes, so the next release should support this use case as well. |
Thanks for the information and for looking into this problem! This schema is from Indeed, this is the endpoint: https://apis.indeed.com/graphql Probably I'll wait until the next release |
InQL version
BApp Store
GraphQL API
No response
GraphQL specification version
No response
What isn't working?
I'm choosing the json file in the Burp Extension, but it doesn't load.
I was able to upload the same file to 'graphl-voyager' and it worked.
It's a big file, almost 6 MB but it's not broken.
schemaa.zip
The text was updated successfully, but these errors were encountered: