File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ plugins {
1313
1414repositories {
1515 mavenCentral()
16+ maven {
17+ url = uri(" https://oss.sonatype.org/content/repositories/snapshots/" )
18+ }
1619}
1720
1821description = " Useful ZAP scripts written by the ZAP community."
@@ -22,7 +25,7 @@ val scriptsDir = layout.buildDirectory.dir("scripts")
2225zapAddOn {
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 {
5154val jupiterVersion = " 5.7.0-M1"
5255
5356dependencies {
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 " )
You can’t perform that action at this time.
0 commit comments