Skip to content
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

v6.0 + Improved Highlighting (#151) #152

Merged
merged 1 commit into from
Mar 18, 2025
Merged

v6.0 + Improved Highlighting (#151) #152

merged 1 commit into from
Mar 18, 2025

Conversation

bartek-doyensec
Copy link
Contributor

  • First Kotlin-rewritten version

  • Removed references to Burp's legacy API

  • Upgrade gradlew wrapper

  • Bump upgraded features for compatibility with the future Gradle & Java

  • Add pre-commit linters

  • Fix style issues suggested by ktlint

  • Add embedded GraphiQL Embed GraphiQL #111

  • Add GraphQL Playground and GraphQL Voyager

  • Add "Send to" buttons in GraphiQL

  • Refactoring build scripts to use Taskfile for parallelization

  • Eject graphiql

  • Eject Playground

  • Eject Voyager

  • Move web apps rebuilds from Gradle to Taskfile

  • Enable output from the build process

  • Fix a bug that reset File to null after first failure.

  • Fix the argument parsing to support arguments with the whitespace

  • Lower the watch interval by default

  • Modify right click handlers to support configuration through InQL Settings

  • Expose embedded web IDEs in the context menu

  • Fixes Saved project data from older versions is not loaded #132

  • Fixes GraphQL request not detected if starts with comment #127

  • Pull in updated GQLSpection for faster parsing ([Improper parsing]: Hackerone #129)

  • A bunch of minor performance improvements [Improper parsing]: Hackerone #129

  • Try introspection query from latest to earliest - Closes GraphQL versions are iterated in the wrong order #134

  • Optimized Taskfile

  • Added node_modules to .gitignore

  • Updated build.gradle

  • Refactored embedded webserver, fixed CORS and Introspection cache

  • Taskfile: add default task

  • Implemented accurate embedded browser opening

  • Implemented External Tool Webserver Lazy Loading

  • Made some Chromium args dynamic based on current env

  • Added missing item in context menu items list

  • Improved GraphQL request detection

  • Added "Save to file" action

  • Fixed some warnings

  • Made sendToEmbeddedToolActions a list

  • Fixed getGraphQLQuery and reorganized classes in packages

  • Implemented Proxy Request Highlighter

  • Fixed some more minor warnings

  • Injecting Profile's customheaders in requests from inql.burp

  • Minor optimizations

  • Fixed settings and added new features options

  • Formatting is now async and cached to improve performance

  • Targeting latest GQLSpection commit

  • Updated GraphiQL yarn checksums

  • Fixed yarn concurrency issues

  • Improved params sent to external IDEs

  • Added option to strip comments when sending query from Scanner Results

  • Chromium: don't include args if dir not found

  • Exclude Origin from Session to allow CORS fixing

  • Polishing for the release

  • Linked to latest GQLSpection commit

  • Handle empty queries and mutations

  • Removing Altair and Playground

  • Updated GQLSpection to latest commit

  • Fixing GraphiQL sending to repeater and intruter

  • Polishing the UI

  • Fixing active tab bottom border

  • Adding support for darkmode

  • Setting new tab title

  • Upgraded dependencies

  • Updated contributors

  • Remove python3 linting stuff

  • Fixing tab coloring bug

  • Editable tabs style fixes

  • Use GQLSpektion

  • Rename "Attacker" tab to "Batch Queries"

  • Integrated GraphQL native parsing

  • Restore data from project file

  • Fixed glitchy JTree UI

  • Batch queries view improvements

  • Add changeListener

  • Fixing Batch UI

  • Fixing Batch UI

  • Adding POI

  • Adding POI

  • Adding POI

  • Adding POI

  • Adding Cycles Detection

  • Tiny improvements

  • Removing "not implemented yet" text from settings

  • Comment

  • Changing Scanner view sections %

  • Fixing formatted editor scroll speed

  • Adding information about object truncating

  • Fixing exception when formating queries

  • Hardcoding jar name

  • adding .kotlin

  • Description and others before release to 6.0

  • Replacing HTML with textPane attempt

  • New GraphQL Editor WIP

  • Bump Montoya API lib to access new features

  • Fix wrong text color

  • Fix font

  • Fix context menu

  • Fix close button

  • Fix dark mode icons

  • Fix directory icon not shown

  • Fix context menu

  • Fix style cache

  • Fix scroll speed


* First Kotlin-rewritten version

* Removed references to Burp's legacy API

* Upgrade gradlew wrapper

* Bump upgraded features for compatibility with the future Gradle & Java

* Add pre-commit linters

* Fix style issues suggested by ktlint

* Add embedded GraphiQL #111

* Add GraphQL Playground and GraphQL Voyager

* Add "Send to" buttons in GraphiQL

* Refactoring build scripts to use Taskfile for parallelization

* Eject graphiql

* Eject Playground

* Eject Voyager

* Move web apps rebuilds from Gradle to Taskfile

* Enable output from the build process

* Fix a bug that reset File to null after first failure.

* Fix the argument parsing to support arguments with the whitespace

* Lower the watch interval by default

* Modify right click handlers to support configuration through InQL Settings

* Expose embedded web IDEs in the context menu

* Fixes #132

* Fixes #127

* Pull in updated GQLSpection for faster parsing (#129)

* A bunch of minor performance improvements #129

* Try introspection query from latest to earliest - Closes #134

* Optimized Taskfile

* Added node_modules to .gitignore

* Updated build.gradle

* Refactored embedded webserver, fixed CORS and Introspection cache

* Taskfile: add default task

* Implemented accurate embedded browser opening

* Implemented External Tool Webserver Lazy Loading

* Made some Chromium args dynamic based on current env

* Added missing item in context menu items list

* Improved GraphQL request detection

* Added "Save to file" action

* Fixed some warnings

* Made sendToEmbeddedToolActions a list

* Fixed getGraphQLQuery and reorganized classes in packages

* Implemented Proxy Request Highlighter

* Fixed some more minor warnings

* Injecting Profile's customheaders in requests from inql.burp

* Minor optimizations

* Fixed settings and added new features options

* Formatting is now async and cached to improve performance

* Targeting latest GQLSpection commit

* Updated GraphiQL yarn checksums

* Fixed yarn concurrency issues

* Improved params sent to external IDEs

* Added option to strip comments when sending query from Scanner Results

* Chromium: don't include args if dir not found

* Exclude Origin from Session to allow CORS fixing

* Polishing for the release

* Linked to latest GQLSpection commit

* Handle empty queries and mutations

* Removing Altair and Playground

* Updated GQLSpection to latest commit

* Fixing GraphiQL sending to repeater and intruter

* Polishing the UI

* Fixing active tab bottom border

* Adding support for darkmode

* Setting new tab title

* Upgraded dependencies

* Updated contributors

* Remove python3 linting stuff

* Fixing tab coloring bug

* Editable tabs style fixes

* Use GQLSpektion

* Rename "Attacker" tab to "Batch Queries"

* Integrated GraphQL native parsing

* Restore data from project file

* Fixed glitchy JTree UI

* Batch queries view improvements

* Add changeListener

* Fixing Batch UI

* Fixing Batch UI

* Adding POI

* Adding POI

* Adding POI

* Adding POI

* Adding Cycles Detection

* Tiny improvements

* Removing "not implemented yet" text from settings

* Comment

* Changing Scanner view sections %

* Fixing formatted editor scroll speed

* Adding information about object truncating

* Fixing exception when formating queries

* Hardcoding jar name

* adding .kotlin

* Description and others before release to 6.0

* Replacing HTML with textPane attempt

* New GraphQL Editor WIP

* Bump Montoya API lib to access new features

* Fix wrong text color

* Fix font

* Fix context menu

* Fix close button

* Fix dark mode icons

* Fix directory icon not shown

* Fix context menu

* Fix style cache

* Fix scroll speed

---------

Co-authored-by: lokiuox <[email protected]>
Co-authored-by: Andrew Konstantinov <[email protected]>
Co-authored-by: Savio Sisco <[email protected]>
@bartek-doyensec bartek-doyensec merged commit 7d53e94 into master Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant