Skip to content

Commit 562c54e

Browse files
authored
Merge pull request #249 from thc202/zap-2.11-snapshot
Update ZAP to 2.11
2 parents b1f3726 + ec79636 commit 562c54e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88
- authentication/OfflineTokenRefresh.js - refresh oauth2 offline tokens
99
- httpsender/AddBearerTokenHeader.js - refresh oauth2 offline tokens
1010

11+
### Changed
12+
- Update minimum ZAP version to 2.11.0.
13+
1114
## [11] - 2021-09-07
1215
### Added
1316
- active/Cross Site WebSocket Hijacking.js > an active scan for Cross-Site WebSocket Hijacking vulnerability

build.gradle.kts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ plugins {
1313

1414
repositories {
1515
mavenCentral()
16+
maven {
17+
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
18+
}
1619
}
1720

1821
description = "Useful ZAP scripts written by the ZAP community."
@@ -22,7 +25,7 @@ val scriptsDir = layout.buildDirectory.dir("scripts")
2225
zapAddOn {
2326
addOnId.set("communityScripts")
2427
addOnName.set("Community Scripts")
25-
zapVersion.set("2.10.0")
28+
zapVersion.set("2.11.0")
2629
addOnStatus.set(AddOnStatus.ALPHA)
2730

2831
releaseLink.set("https://github.com/zaproxy/community-scripts/compare/v@[email protected]@CURRENT_VERSION@")
@@ -51,6 +54,7 @@ crowdin {
5154
val jupiterVersion = "5.7.0-M1"
5255

5356
dependencies {
57+
zap("org.zaproxy:zap:2.11.0-20210929.165234-4")
5458
testImplementation("org.junit.jupiter:junit-jupiter-api:$jupiterVersion")
5559
testImplementation("org.junit.jupiter:junit-jupiter-params:$jupiterVersion")
5660
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$jupiterVersion")

0 commit comments

Comments
 (0)