Skip to content

Commit

Permalink
Merge pull request #41 from DolphFlynn/release
Browse files Browse the repository at this point in the history
Bump version to 2.2.2.
  • Loading branch information
DolphFlynn authored Jul 12, 2024
2 parents 39e16e6 + c7f068c commit f71fcd7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions BappManifest.bmf
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = 'com.blackberry'
version = '2.2.1'
version = '2.2.2'
description = 'jwt-editor'

repositories {
Expand Down

0 comments on commit f71fcd7

Please sign in to comment.