Skip to content

Commit 52bf638

Browse files
committed
New Release
1 parent 0e511c0 commit 52bf638

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spotless {
3030

3131
tasks.withType<JavaCompile>().configureEach { options.encoding = "utf-8" }
3232

33-
version = "1.0.0"
33+
version = "1.0.1"
3434
description = "Detect JWT requests and scan them to find related vulnerabilities"
3535

3636
zapAddOn {

0 commit comments

Comments
 (0)