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 @@ -28,8 +28,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2828- standalone/Split download extract.rb > Concatenates split file downloads.
2929
3030### Changed
31- - Maintenance changes to target ZAP 2.8.
3231- Change info URL to link to the online help page.
32+ - Updated to target ZAP 2.9
3333
3434### Removed
3535- The following scripts were merged into a new script ` HUNT.py ` :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ val scriptsDir = layout.buildDirectory.dir("scripts")
2222zapAddOn {
2323 addOnId.set(" communityScripts" )
2424 addOnName.set(" Community Scripts" )
25- zapVersion.set(" 2.8 .0" )
25+ zapVersion.set(" 2.9 .0" )
2626 addOnStatus.set(AddOnStatus .ALPHA )
2727
2828 releaseLink.set(
" https://github.com/zaproxy/community-scripts/compare/v@[email protected] @CURRENT_VERSION@" )
You can’t perform that action at this time.
0 commit comments