From 5029f89532bccecd1f219bcbde6ee98d7d257b70 Mon Sep 17 00:00:00 2001 From: Dolph Flynn <96876199+DolphFlynn@users.noreply.github.com> Date: Mon, 5 Aug 2024 18:02:09 +0100 Subject: [PATCH] Bump version to 2.3. --- BappManifest.bmf | 6 +++--- README.md | 8 +++++++- build.gradle | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/BappManifest.bmf b/BappManifest.bmf index 7d690e9..005aa3e 100644 --- a/BappManifest.bmf +++ b/BappManifest.bmf @@ -2,12 +2,12 @@ Uuid: 26aaa5ded2f74beea19e2ed8345a93dd ExtensionType: 1 Name: JWT Editor RepoName: jwt-editor -ScreenVersion: 2.2.2 -SerialVersion: 14 +ScreenVersion: 2.3 +SerialVersion: 15 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.2.jar +EntryPoint: build/libs/jwt-editor-2.3.jar BuildCommand: ./gradlew jar SupportedProducts: Pro, Community diff --git a/README.md b/README.md index a01f352..c3ba5c2 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ Additionally it facilitates several well-known attacks against JWT implementatio ## Changelog +**2.3 2024-08-05** +- Add Information panel to JWS view showing decoded *iat*, *nbf* and *exp* values (Thanks to [@exploide](https://github.com/exploide) for collaborating on this). +- Add support for WebSocket messages containing JWT's. +- Preserve JWT order when message has multiple JWT's. +- Remove use of commons-lang3. + **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). @@ -158,7 +164,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.2.jar` within the `build/libs` directory +* This should place the JAR file `jwt-editor-2.3.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 eeaa9e4..063521a 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } group = 'com.blackberry' -version = '2.2.2' +version = '2.3' description = 'jwt-editor' repositories {