Skip to content

Commit

Permalink
Merge pull request #5694 from zapbot/release
Browse files Browse the repository at this point in the history
Release add-on(s)
  • Loading branch information
thc202 authored Sep 2, 2024
2 parents 7b97595 + 3b7ddcd commit 151c90e
Show file tree
Hide file tree
Showing 36 changed files with 54 additions and 36 deletions.
3 changes: 2 additions & 1 deletion addOns/ascanrulesAlpha/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
## [48] - 2024-09-02
### Changed
- Update minimum ZAP version to 2.15.0.

Expand Down Expand Up @@ -378,6 +378,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First version, including persistent XSS tests

[48]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesAlpha-v48
[47]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesAlpha-v47
[46]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesAlpha-v46
[45]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesAlpha-v45
Expand Down
2 changes: 1 addition & 1 deletion addOns/ascanrulesAlpha/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=48
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/ascanrulesBeta/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
## [55] - 2024-09-02
### Changed
- The following scan rules now include example alert functionality for documentation generation purposes (Issue 6119):
- Expression Language Injection
Expand Down Expand Up @@ -533,6 +533,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Updated to support new addon format

[55]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v55
[54]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v54
[53]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v53
[52]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v52
Expand Down
2 changes: 1 addition & 1 deletion addOns/ascanrulesBeta/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=55
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/authhelper/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.15.1] - 2024-09-02
### Changed
- Restored stats removed in previous release as these could be used in AF tests.

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

[0.15.1]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.15.1
[0.15.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.15.0
[0.14.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.14.0
[0.13.0]: https://github.com/zaproxy/zap-extensions/releases/authhelper-v0.13.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/authhelper/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.15.1
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/automation/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.42.0] - 2024-09-02
### Added
- Allow to configure the structural parameters of a context (Issue 7780).

Expand Down Expand Up @@ -411,6 +411,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First version.

[0.42.0]: https://github.com/zaproxy/zap-extensions/releases/automation-v0.42.0
[0.41.0]: https://github.com/zaproxy/zap-extensions/releases/automation-v0.41.0
[0.40.1]: https://github.com/zaproxy/zap-extensions/releases/automation-v0.40.1
[0.40.0]: https://github.com/zaproxy/zap-extensions/releases/automation-v0.40.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/automation/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.42.0
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.13.0] - 2024-09-02
### Added
- Tech stats to telemetry.

Expand Down Expand Up @@ -84,6 +84,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.13.0]: https://github.com/zaproxy/zap-extensions/releases/callhome-v0.13.0
[0.12.0]: https://github.com/zaproxy/zap-extensions/releases/callhome-v0.12.0
[0.11.0]: https://github.com/zaproxy/zap-extensions/releases/callhome-v0.11.0
[0.10.0]: https://github.com/zaproxy/zap-extensions/releases/callhome-v0.10.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.13.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/commonlib/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
## [1.27.0] - 2024-09-02
### Fixed
- Address false positives/negatives when handling cookies without name value pair separator (Issue 8613).

Expand Down Expand Up @@ -176,6 +176,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

First version.

[1.27.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.27.0
[1.26.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.26.0
[1.25.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.25.0
[1.24.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.24.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/commonlib/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=1.27.0
release=false
release=true
zap.maven.publish=true
zap.maven.pom.inceptionyear=2020
zap.japicmp=true
Expand Down
3 changes: 2 additions & 1 deletion addOns/network/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
## [0.17.0] - 2024-09-02
### Changed
- Maintenance changes.

Expand Down Expand Up @@ -193,6 +193,7 @@ would not be cleared when reusing the same message.
- Options panel to manage the root CA certificate and issued certificates.
- API endpoints to configure the validity of the root CA certificate and issued certificates ([Issue 4673](https://github.com/zaproxy/zaproxy/issues/4673)).

[0.17.0]: https://github.com/zaproxy/zap-extensions/releases/network-v0.17.0
[0.16.0]: https://github.com/zaproxy/zap-extensions/releases/network-v0.16.0
[0.15.0]: https://github.com/zaproxy/zap-extensions/releases/network-v0.15.0
[0.14.0]: https://github.com/zaproxy/zap-extensions/releases/network-v0.14.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/network/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.17.0
release=false
release=true
zap.maven.publish=true
zap.maven.pom.inceptionyear=2021
3 changes: 2 additions & 1 deletion addOns/pscan/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ 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
## [0.0.1] - 2024-09-02
### Added
- Provide the Passive Rules script type (Issue 7959).
- Provide the Stats Passive Scan Rule (Issue 7959).
- Provide the scan status label (Issue 7959).
- Provide the `pscan` API on newer ZAP versions (Issue 7959).
- Dynamically un/load add-on passive scan rules (Issue 7959).

[0.0.1]: https://github.com/zaproxy/zap-extensions/releases/pscan-v0.0.1
2 changes: 1 addition & 1 deletion addOns/pscan/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.0.1
release=false
release=true
zap.maven.publish=true
zap.maven.pom.inceptionyear=2024
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
## [60] - 2024-09-02
### Changed
- Clarified Missing Anti-clickjacking Header description.
- Depend on Passive Scanner add-on to include it by default (Issue 7959).
Expand Down Expand Up @@ -560,6 +560,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).



[60]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v60
[59]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v59
[58]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v58
[57]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v57
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=60
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/pscanrulesAlpha/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
## [43] - 2024-09-02
### Changed
- Update minimum ZAP version to 2.15.0.

Expand Down Expand Up @@ -366,6 +366,7 @@ As well as Alert Refs where applicable (Issues 6119 & 7100).
- Updated User Controlled Open Redirect, Cookie and Charset rules after testing with
- http://www.testcases.org/watcher/ test pages.

[43]: https://github.com/zaproxy/zap-extensions/releases/pscanrulesAlpha-v43
[42]: https://github.com/zaproxy/zap-extensions/releases/pscanrulesAlpha-v42
[41]: https://github.com/zaproxy/zap-extensions/releases/pscanrulesAlpha-v41
[40]: https://github.com/zaproxy/zap-extensions/releases/pscanrulesAlpha-v40
Expand Down
2 changes: 1 addition & 1 deletion addOns/pscanrulesAlpha/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=43
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/pscanrulesBeta/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
## [41] - 2024-09-02
### Fixed
- A possible false positive condition with the Dangerous JS Functions scan rule with substrings in certain circumstances (Issue 8553).

Expand Down Expand Up @@ -336,6 +336,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Updated to support new addon format

[41]: https://github.com/zaproxy/zap-extensions/releases/pscanrulesBeta-v41
[40]: https://github.com/zaproxy/zap-extensions/releases/pscanrulesBeta-v40
[39]: https://github.com/zaproxy/zap-extensions/releases/pscanrulesBeta-v39
[38]: https://github.com/zaproxy/zap-extensions/releases/pscanrulesBeta-v38
Expand Down
2 changes: 1 addition & 1 deletion addOns/pscanrulesBeta/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=41
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
## [49] - 2024-09-02
### Fixed
- Do not change the URL field of the Manual Explore panel when the Mode changes (Issue 8591).

Expand Down Expand Up @@ -263,6 +263,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).



[49]: https://github.com/zaproxy/zap-extensions/releases/quickstart-v49
[48]: https://github.com/zaproxy/zap-extensions/releases/quickstart-v48
[47]: https://github.com/zaproxy/zap-extensions/releases/quickstart-v47
[46]: https://github.com/zaproxy/zap-extensions/releases/quickstart-v46
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=49
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/reports/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.33.0] - 2024-09-02
### Changed
- Maintenance changes related to Passive Scanner add-on (Issue 7959).

Expand Down Expand Up @@ -283,6 +283,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First version.

[0.33.0]: https://github.com/zaproxy/zap-extensions/releases/reports-v0.33.0
[0.32.0]: https://github.com/zaproxy/zap-extensions/releases/reports-v0.32.0
[0.31.0]: https://github.com/zaproxy/zap-extensions/releases/reports-v0.31.0
[0.30.0]: https://github.com/zaproxy/zap-extensions/releases/reports-v0.30.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/reports/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.33.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/retest/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
## [0.10.0] - 2024-09-02
### Changed
- Use the Passive Scanner add-on for the Automation Framework passive scan jobs (Issue 7959).

Expand Down Expand Up @@ -64,6 +64,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Allow retesting for the presence/absence of certain alerts using the Automation Framework.


[0.10.0]: https://github.com/zaproxy/zap-extensions/releases/retest-v0.10.0
[0.9.0]: https://github.com/zaproxy/zap-extensions/releases/retest-v0.9.0
[0.8.0]: https://github.com/zaproxy/zap-extensions/releases/retest-v0.8.0
[0.7.0]: https://github.com/zaproxy/zap-extensions/releases/retest-v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/retest/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.10.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/scripts/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
## [45.6.0] - 2024-09-02
### Removed
- Remove the active and passive script templates, superseded by the ones provided by the GraalVM JavaScript add-on.

Expand Down Expand Up @@ -334,6 +334,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).



[45.6.0]: https://github.com/zaproxy/zap-extensions/releases/scripts-v45.6.0
[45.5.0]: https://github.com/zaproxy/zap-extensions/releases/scripts-v45.5.0
[45.4.0]: https://github.com/zaproxy/zap-extensions/releases/scripts-v45.4.0
[45.3.0]: https://github.com/zaproxy/zap-extensions/releases/scripts-v45.3.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/scripts/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=45.6.0
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.29.0] - 2024-09-02
### Added
- Link to "no browser" FAQ in warning messages.

Expand Down Expand Up @@ -260,6 +260,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.29.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.29.0
[15.28.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.28.0
[15.27.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.27.0
[15.26.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.26.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/selenium/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=15.29.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/spiderAjax/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
## [23.21.0] - 2024-09-02
### Changed
- Maintenance changes related to Passive Scanner add-on (Issue 7959).

Expand Down Expand Up @@ -321,6 +321,7 @@ By default it allows files with extension `.js` and `.css`.



[23.21.0]: https://github.com/zaproxy/zap-extensions/releases/spiderAjax-v23.21.0
[23.20.0]: https://github.com/zaproxy/zap-extensions/releases/spiderAjax-v23.20.0
[23.19.0]: https://github.com/zaproxy/zap-extensions/releases/spiderAjax-v23.19.0
[23.18.0]: https://github.com/zaproxy/zap-extensions/releases/spiderAjax-v23.18.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/spiderAjax/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=23.21.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/wappalyzer/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
## [21.41.0] - 2024-09-02
### Added
- Request stats.

Expand Down Expand Up @@ -388,6 +388,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- First version


[21.41.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.41.0
[21.40.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.40.0
[21.39.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.39.0
[21.38.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.38.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/wappalyzer/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=21.41.0
release=false
release=true

0 comments on commit 151c90e

Please sign in to comment.