Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion addOns/accessControl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion addOns/accessControl/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=13
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/ascanrules/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion addOns/ascanrules/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=83
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/callhome/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*".

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion addOns/callhome/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.22.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion addOns/client/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.28.0
release=false
release=true
zap.maven.publish=true
zap.maven.pom.inceptionyear=2023
3 changes: 2 additions & 1 deletion addOns/pscanrules/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion addOns/pscanrules/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=74
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/quickstart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion addOns/quickstart/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=57
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/selenium/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion addOns/selenium/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=15.51.0
release=false
release=true
zap.maven.publish=true
zap.maven.pom.inceptionyear=2015
Loading