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

Saved project data from older versions is not loaded #132

Closed lokiuox closed 10 months ago

lokiuox commented 10 months ago

Describe the bug Data saved in projects while in older InQL version (e.g. v5.0.1) is not loaded in new InQL version (e.g. v5.0.2).

Apparently this is due to the fact that Burp filters extensionData objects by the current extension name, which we set to InQL v5.x.y. The solution is to have the extension name as only InQL to not break saved projects across updates.