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

Better way to refresh filetree #91

Open execveat opened 1 year ago

execveat commented 1 year ago

Right now filetree refresh is pretty dumb and just reinitializes the whole component.

Make it more intelligent:

  1. do less work
  2. preserve the file/directory selection during the update
  3. maybe open a newly added directory by default?