File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55
66## Unreleased
77
8- ### Added
8+ ### [ 1.0.1 ] - 2020-12-18
99 - Increased the number of requests for High threshold to 18 from 12.
1010 - Client side configuration alerts will not stop the scanner from scanning server side configurations.
1111 - Support for validating usage of publicly well known HMac secrets for signing JWT.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ spotless {
3030
3131tasks.withType<JavaCompile >().configureEach { options.encoding = " utf-8" }
3232
33- version = " 1.0.0 "
33+ version = " 1.0.1 "
3434description = " Detect JWT requests and scan them to find related vulnerabilities"
3535
3636zapAddOn {
You can’t perform that action at this time.
0 commit comments