From ad51974f12c57d39fc4059821285103167a60065 Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Fri, 26 Jun 2026 15:26:44 +0000 Subject: [PATCH] Release add-on(s) Release the following add-ons: - Access Control Testing version 13 - Active scanner rules version 83 - Call Home version 0.22.0 - Client Side Integration version 0.28.0 - Passive scanner rules version 74 - Quick Start version 57 - Selenium version 15.51.0 Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- addOns/accessControl/CHANGELOG.md | 3 ++- addOns/accessControl/gradle.properties | 2 +- addOns/ascanrules/CHANGELOG.md | 3 ++- addOns/ascanrules/gradle.properties | 2 +- addOns/callhome/CHANGELOG.md | 3 ++- addOns/callhome/gradle.properties | 2 +- addOns/client/CHANGELOG.md | 3 ++- addOns/client/gradle.properties | 2 +- addOns/pscanrules/CHANGELOG.md | 3 ++- addOns/pscanrules/gradle.properties | 2 +- addOns/quickstart/CHANGELOG.md | 3 ++- addOns/quickstart/gradle.properties | 2 +- addOns/selenium/CHANGELOG.md | 3 ++- addOns/selenium/gradle.properties | 2 +- 14 files changed, 21 insertions(+), 14 deletions(-) diff --git a/addOns/accessControl/CHANGELOG.md b/addOns/accessControl/CHANGELOG.md index b2007c65a0d..ac38e45bb2f 100644 --- a/addOns/accessControl/CHANGELOG.md +++ b/addOns/accessControl/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## [13] - 2026-06-26 ### Changed - Formatted JavaScript files for consistency. @@ -95,6 +95,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Initial version +[13]: https://github.com/zaproxy/zap-extensions/releases/accessControl-v13 [12]: https://github.com/zaproxy/zap-extensions/releases/accessControl-v12 [11]: https://github.com/zaproxy/zap-extensions/releases/accessControl-v11 [10]: https://github.com/zaproxy/zap-extensions/releases/accessControl-v10 diff --git a/addOns/accessControl/gradle.properties b/addOns/accessControl/gradle.properties index 64c21377d39..6d435cd819b 100644 --- a/addOns/accessControl/gradle.properties +++ b/addOns/accessControl/gradle.properties @@ -1,2 +1,2 @@ version=13 -release=false +release=true diff --git a/addOns/ascanrules/CHANGELOG.md b/addOns/ascanrules/CHANGELOG.md index e176f6891ef..0005d848eed 100644 --- a/addOns/ascanrules/CHANGELOG.md +++ b/addOns/ascanrules/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## [83] - 2026-06-26 ### Changed - Updated a reference link for the XSLT Injection scan rule. @@ -695,6 +695,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +[83]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v83 [82]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v82 [81]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v81 [80]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v80 diff --git a/addOns/ascanrules/gradle.properties b/addOns/ascanrules/gradle.properties index 1de64591a5d..e7b441936de 100644 --- a/addOns/ascanrules/gradle.properties +++ b/addOns/ascanrules/gradle.properties @@ -1,2 +1,2 @@ version=83 -release=false +release=true diff --git a/addOns/callhome/CHANGELOG.md b/addOns/callhome/CHANGELOG.md index af326673afb..62cdf67be25 100644 --- a/addOns/callhome/CHANGELOG.md +++ b/addOns/callhome/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## [0.22.0] - 2026-06-26 ### Removed - Stop collecting "stats.auth.detect.session.*". @@ -128,6 +128,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - First version supports Check for Updates and News calls. +[0.22.0]: https://github.com/zaproxy/zap-extensions/releases/callhome-v0.22.0 [0.21.0]: https://github.com/zaproxy/zap-extensions/releases/callhome-v0.21.0 [0.20.0]: https://github.com/zaproxy/zap-extensions/releases/callhome-v0.20.0 [0.19.0]: https://github.com/zaproxy/zap-extensions/releases/callhome-v0.19.0 diff --git a/addOns/callhome/gradle.properties b/addOns/callhome/gradle.properties index 52316918676..eaf1cc661bb 100644 --- a/addOns/callhome/gradle.properties +++ b/addOns/callhome/gradle.properties @@ -1,2 +1,2 @@ version=0.22.0 -release=false +release=true diff --git a/addOns/client/CHANGELOG.md b/addOns/client/CHANGELOG.md index b9b1f34d25c..54b09bb5e05 100644 --- a/addOns/client/CHANGELOG.md +++ b/addOns/client/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## [0.28.0] - 2026-06-26 ### Added - Client Spider existingOnly option, e.g. for scan rules. @@ -249,6 +249,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - First version. +[0.28.0]: https://github.com/zaproxy/zap-extensions/releases/client-v0.28.0 [0.27.0]: https://github.com/zaproxy/zap-extensions/releases/client-v0.27.0 [0.26.0]: https://github.com/zaproxy/zap-extensions/releases/client-v0.26.0 [0.25.0]: https://github.com/zaproxy/zap-extensions/releases/client-v0.25.0 diff --git a/addOns/client/gradle.properties b/addOns/client/gradle.properties index 47802202fdf..1793f0a43ba 100644 --- a/addOns/client/gradle.properties +++ b/addOns/client/gradle.properties @@ -1,4 +1,4 @@ version=0.28.0 -release=false +release=true zap.maven.publish=true zap.maven.pom.inceptionyear=2023 diff --git a/addOns/pscanrules/CHANGELOG.md b/addOns/pscanrules/CHANGELOG.md index 7463e4f9c14..9ce2bd6b64f 100644 --- a/addOns/pscanrules/CHANGELOG.md +++ b/addOns/pscanrules/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## [74] - 2026-06-26 ### Changed - Update dependency. - Updated a reference link for the Sub Resource Integrity Attribute Missing scan rule. @@ -685,6 +685,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +[74]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v74 [73]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v73 [72]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v72 [71]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v71 diff --git a/addOns/pscanrules/gradle.properties b/addOns/pscanrules/gradle.properties index cd169e329a4..5048aecf1cc 100644 --- a/addOns/pscanrules/gradle.properties +++ b/addOns/pscanrules/gradle.properties @@ -1,2 +1,2 @@ version=74 -release=false +release=true diff --git a/addOns/quickstart/CHANGELOG.md b/addOns/quickstart/CHANGELOG.md index 4a58922345c..8ea3e25359e 100644 --- a/addOns/quickstart/CHANGELOG.md +++ b/addOns/quickstart/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## [57] - 2026-06-26 ### Added - Option to select modern spider. @@ -303,6 +303,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +[57]: https://github.com/zaproxy/zap-extensions/releases/quickstart-v57 [56]: https://github.com/zaproxy/zap-extensions/releases/quickstart-v56 [55]: https://github.com/zaproxy/zap-extensions/releases/quickstart-v55 [54]: https://github.com/zaproxy/zap-extensions/releases/quickstart-v54 diff --git a/addOns/quickstart/gradle.properties b/addOns/quickstart/gradle.properties index afef6b84db8..12b00dd01eb 100644 --- a/addOns/quickstart/gradle.properties +++ b/addOns/quickstart/gradle.properties @@ -1,2 +1,2 @@ version=57 -release=false +release=true diff --git a/addOns/selenium/CHANGELOG.md b/addOns/selenium/CHANGELOG.md index c7b73b0acf8..bda99a718c8 100644 --- a/addOns/selenium/CHANGELOG.md +++ b/addOns/selenium/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this add-on will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [15.51.0] - 2026-06-26 ### Changed - Update Selenium to version 4.45.0. @@ -373,6 +373,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated to Selenium 2.45 and moved to release +[15.51.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.51.0 [15.50.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.50.0 [15.49.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.49.0 [15.48.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.48.0 diff --git a/addOns/selenium/gradle.properties b/addOns/selenium/gradle.properties index 4a96b587ee5..b5df1308f91 100644 --- a/addOns/selenium/gradle.properties +++ b/addOns/selenium/gradle.properties @@ -1,4 +1,4 @@ version=15.51.0 -release=false +release=true zap.maven.publish=true zap.maven.pom.inceptionyear=2015