doyensec / inql

InQL is a robust, open-source Burp Suite extension for advanced GraphQL testing, offering intuitive vulnerability detection, customizable scans, and seamless Burp integration.
https://doyensec.com/
Apache License 2.0
1.53k stars 158 forks source link

Handle GraphQL directives #74

Closed execveat closed 1 year ago

execveat commented 1 year ago

We should handle GraphQL directives properly. They are defined here: https://spec.graphql.org/draft/#sec-Validation.Directives

execveat commented 1 year ago

Moved to GQLSpection: https://github.com/doyensec/GQLSpection/issues/25