From e8fcd2cdad76172bce91bdf9af1cfe95bb822aab Mon Sep 17 00:00:00 2001 From: Dolph Flynn <96876199+DolphFlynn@users.noreply.github.com> Date: Mon, 6 May 2024 10:43:13 +0100 Subject: [PATCH] Bump version to 2.2.1. --- README.md | 5 ++++- build.gradle | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index beb5267..bf6684f 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ Additionally it facilitates several well-known attacks against JWT implementatio ## Changelog +**2.2.1 2024-05-06** +- Fix [issue](https://github.com/DolphFlynn/jwt-editor/issues/32) where an invalid Intruder signing key could prevent the extension from loading (Thanks to [@sebastianosrt](https://github.com/sebastianosrt) for reporting this). + **2.2 2024-02-29** - Allow resigning of JWS tokens during fuzzing (Thanks to [@BafDyce](https://github.com/BafDyce)). @@ -152,7 +155,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.jar` within the `build/libs` directory +* This should place the JAR file `jwt-editor-2.2.1.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 ef8844d..b95ead0 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } group = 'com.blackberry' -version = '2.2' +version = '2.2.1' description = 'jwt-editor' repositories {