Skip to content

Commit 2979bfc

Browse files
authored
Merge pull request #6526 from zapbot/release
Release add-on(s)
2 parents c0a36db + 16dfea1 commit 2979bfc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+81
-54
lines changed

addOns/alertFilters/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## Unreleased
6+
## [24] - 2025-06-20
77
### Changed
88
- Use the alert reference for statistics.
99
- Workaround core issue that prevents the filters to be correctly applied (Issue 8888).
@@ -154,6 +154,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
154154

155155
- First version
156156

157+
[24]: https://github.com/zaproxy/zap-extensions/releases/alertFilters-v24
157158
[23]: https://github.com/zaproxy/zap-extensions/releases/alertFilters-v23
158159
[22]: https://github.com/zaproxy/zap-extensions/releases/alertFilters-v22
159160
[21]: https://github.com/zaproxy/zap-extensions/releases/alertFilters-v21
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=24
2-
release=false
2+
release=true

addOns/ascanrules/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## Unreleased
6+
## [72] - 2025-06-20
77
### Added
88
- Some Postgres error messages in the SQL Injection scan rule.
99
- All rules have been tagged of interest to Penetration Testers.
@@ -591,6 +591,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
591591

592592

593593

594+
[72]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v72
594595
[71]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v71
595596
[70]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v70
596597
[69]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v69
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=72
2-
release=false
2+
release=true

addOns/ascanrulesAlpha/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## Unreleased
6+
## [49] - 2025-06-20
77
### Changed
88
- Update minimum ZAP version to 2.16.0.
99
- Maintenance changes.
@@ -387,6 +387,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
387387

388388
- First version, including persistent XSS tests
389389

390+
[49]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesAlpha-v49
390391
[48]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesAlpha-v48
391392
[47]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesAlpha-v47
392393
[46]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesAlpha-v46
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=49
2-
release=false
2+
release=true

addOns/ascanrulesBeta/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## Unreleased
6+
## [59] - 2025-06-20
77
### Changed
88
- The extension now has a user friendly name for use in the GUI.
99
- Depends on an updated version of the Common Library add-on.
@@ -573,6 +573,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
573573

574574
- Updated to support new addon format
575575

576+
[59]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v59
576577
[58]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v58
577578
[57]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v57
578579
[56]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v56
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=59
2-
release=false
2+
release=true

addOns/authhelper/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this add-on will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## Unreleased
6+
## [0.26.0] - 2025-06-20
77
### Added
88
- Add configuration support for the wait time after Client Script Based Authentication.
99
- Include the Web Element being interacted with in the Client Script Based Authentication diagnostics.
@@ -248,6 +248,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
248248
### Added
249249
- Support of authentication request identification and configuration.
250250

251+
[0.26.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.26.0
251252
[0.25.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.25.0
252253
[0.24.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.24.0
253254
[0.23.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.23.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=0.26.0
2-
release=false
2+
release=true

0 commit comments

Comments
 (0)