Skip to content

Commit a09a409

Browse files
authored
Merge pull request #7276 from zapbot/release
Release add-on(s)
2 parents 403c696 + 43bb51e commit a09a409

36 files changed

Lines changed: 54 additions & 36 deletions

addOns/accessControl/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+
## [12] - 2026-04-14
77
### Changed
88
- Maintenance changes.
99
- The alerts now have new tags for the OWASP Top 10 2025.
@@ -88,6 +88,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
8888

8989
- Initial version
9090

91+
[12]: https://github.com/zaproxy/zap-extensions/releases/accessControl-v12
9192
[11]: https://github.com/zaproxy/zap-extensions/releases/accessControl-v11
9293
[10]: https://github.com/zaproxy/zap-extensions/releases/accessControl-v10
9394
[9]: https://github.com/zaproxy/zap-extensions/releases/accessControl-v9
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=12
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+
## [81] - 2026-04-14
77
### Changed
88
- Maintenance changes.
99
- The scan rules now have new tags for the OWASP Top 10 2025, and API Top 10 2023.
@@ -681,6 +681,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
681681

682682

683683

684+
[81]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v81
684685
[80]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v80
685686
[79]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v79
686687
[78]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v78
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=81
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+
## [56] - 2026-04-14
77
### Changed
88
- The SQL Injection - SQLite (Time Based) scan rule now includes example alert functionality for documentation generation purposes (Issue 6119).
99
- The scan rules now have new tags for the OWASP Top 10 2025, and API Top 10 2023.
@@ -436,6 +436,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
436436

437437
- First version, including persistent XSS tests
438438

439+
[56]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesAlpha-v56
439440
[55]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesAlpha-v55
440441
[54]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesAlpha-v54
441442
[53]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesAlpha-v53
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=56
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+
## [65] - 2026-04-14
77
### Changed
88
- Dependency update.
99
- Maintenance changes.
@@ -629,6 +629,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
629629

630630
- Updated to support new addon format
631631

632+
[65]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v65
632633
[64]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v64
633634
[63]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v63
634635
[62]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v62
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=65
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.38.0] - 2026-04-14
77
### Fixed
88
- Correct reported username/password fields' state in the Authentication Report.
99

@@ -363,6 +363,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
363363
### Added
364364
- Support of authentication request identification and configuration.
365365

366+
[0.38.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.38.0
366367
[0.37.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.37.0
367368
[0.36.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.36.0
368369
[0.35.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.35.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=0.38.0
2-
release=false
2+
release=true

0 commit comments

Comments
 (0)