From 0c04788725800b1fbdd92585f9efa49e000aa4a7 Mon Sep 17 00:00:00 2001 From: DolphFlynn <96876199+DolphFlynn@users.noreply.github.com> Date: Mon, 6 May 2024 11:02:54 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf6684f..fbeac6e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ 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). +- Fix issue 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)). @@ -212,4 +212,4 @@ If you have found a bug or think that a particular feature is missing, please ra ## Useful Links * PortSwigger's JWT [Learning Material](https://portswigger.net/web-security/jwt) and associated [labs](https://portswigger.net/web-security/all-labs#jwt). * BlackBerry's [blog post](https://blogs.blackberry.com/en/2022/09/secure-json-web-tokens-free-tool-from-blackberry-product-security) for the original release. -* [JWT4B](https://github.com/ozzi-/JWT4B) is an another Burp Suite extension providing JWT support. \ No newline at end of file +* [JWT4B](https://github.com/ozzi-/JWT4B) is an another Burp Suite extension providing JWT support.