From c7f068c4a05987fc8805da1caa2d39a10b8f3f0b Mon Sep 17 00:00:00 2001 From: Dolph Flynn <96876199+DolphFlynn@users.noreply.github.com> Date: Fri, 12 Jul 2024 18:26:23 +0100 Subject: [PATCH] Bump version to 2.2.2. --- BappManifest.bmf | 6 +++--- README.md | 5 ++++- build.gradle | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/BappManifest.bmf b/BappManifest.bmf index 6a25796..7d690e9 100644 --- a/BappManifest.bmf +++ b/BappManifest.bmf @@ -2,12 +2,12 @@ Uuid: 26aaa5ded2f74beea19e2ed8345a93dd ExtensionType: 1 Name: JWT Editor RepoName: jwt-editor -ScreenVersion: 2.2 -SerialVersion: 6 +ScreenVersion: 2.2.2 +SerialVersion: 14 MinPlatformVersion: 8 ProOnly: False Author: Fraser Winterborn and Dolph Flynn. ShortDescription: Edit, sign, verify, encrypt and decrypt JSON Web Tokens (JWTs). -EntryPoint: build/libs/jwt-editor-2.2.jar +EntryPoint: build/libs/jwt-editor-2.2.2.jar BuildCommand: ./gradlew jar SupportedProducts: Pro, Community diff --git a/README.md b/README.md index 838a2ae..a01f352 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ Additionally it facilitates several well-known attacks against JWT implementatio ## Changelog +**2.2.2 2024-07-12** +- Fix issue where JWT's highlighted in Proxy regardless of config setting (Thanks to [@serate-actual](https://github.com/serate-actual) for reporting this). + **2.2.1 2024-05-06** - Fix issue where an invalid Intruder signing key could prevent the extension from loading (Thanks to [@sebastianosrt](https://github.com/sebastianosrt) for reporting this). @@ -155,7 +158,7 @@ This option is automatically enabled if it is detected that the original JWT did *JWT Editor* can be built from source. * Ensure that Java JDK 17 or newer is installed * From root of project, run the command `./gradlew jar` -* This should place the JAR file `jwt-editor-2.2.1.jar` within the `build/libs` directory +* This should place the JAR file `jwt-editor-2.2.2.jar` within the `build/libs` directory * This can be loaded into Burp Suite by navigating to the `Extensions` tab, `Installed` sub-tab, clicking `Add` and loading the JAR file * This BApp is using the newer Montoya API so it's best to use the latest version of Burp Suite (try the earlier adopter channel if there are issues with the latest stable release) diff --git a/build.gradle b/build.gradle index b95ead0..bb595d9 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } group = 'com.blackberry' -version = '2.2.1' +version = '2.2.2' description = 'jwt-editor' repositories {