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.51k stars 156 forks source link

Is there any way to use the old `--generate-cycles` option rn? #131

Closed rew1nter closed 10 months ago

rew1nter commented 10 months ago

the 4.x version raises this error:

/usr/local/bin/inql:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  __import__('pkg_resources').run_script('inql==4.0.7', 'inql')
execveat commented 10 months ago

InQL 4.x runs through Jython which only supports Python 2, not much to do here. It should be just a warning and not an error though. If something is actually broken, please reopen and explain what specifically stopped working.