Skip to content

Commit

Permalink
Merge pull request #5377 from zapbot/release
Browse files Browse the repository at this point in the history
Release add-on(s)
  • Loading branch information
thc202 authored Mar 28, 2024
2 parents bf836f6 + 659df8b commit a0b50be
Show file tree
Hide file tree
Showing 20 changed files with 30 additions and 20 deletions.
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
## [65] - 2024-03-28
### Changed
- Change link to use HTTPS in other info of SQL Injection - SQLite (Issue 8262).

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



[65]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v65
[64]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v64
[63]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v63
[62]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v62
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=65
release=false
release=true
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
## [47] - 2024-03-28
### Changed
- References for the LDAP Injection scan rule's Alerts were updated (Issue 8262).

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

- First version, including persistent XSS tests

[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
[44]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesAlpha-v44
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=47
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
## [53] - 2024-03-28
### Changed
- Change links to use HTTPS in other info of Insecure HTTP Method (Issue 8262).

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

- Updated to support new addon format

[53]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v53
[52]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v52
[51]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v51
[50]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v50
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=53
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.37.0] - 2024-03-28
### Changed
- Allow to use variables composed of multiple variables.

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

- First version.

[0.37.0]: https://github.com/zaproxy/zap-extensions/releases/automation-v0.37.0
[0.36.0]: https://github.com/zaproxy/zap-extensions/releases/automation-v0.36.0
[0.35.0]: https://github.com/zaproxy/zap-extensions/releases/automation-v0.35.0
[0.34.0]: https://github.com/zaproxy/zap-extensions/releases/automation-v0.34.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.37.0
release=false
release=true
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
## [57] - 2024-03-28
### Changed
- Use of HTTP for example URLs in the descriptions or other info details for the following rules have been updated to HTTPS (Issue 8262):
- Cookie Poisoning
Expand Down Expand Up @@ -526,6 +526,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).



[57]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v57
[56]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v56
[55]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v55
[54]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v54
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=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.20.0] - 2024-03-28
### Added
- Support for menu weights (Issue 8369).

Expand Down Expand Up @@ -221,6 +221,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.20.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.20.0
[15.19.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.19.0
[15.18.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.18.0
[15.17.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.17.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.20.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.33.0] - 2024-03-28
### Changed
- Updated with enthec upstream icon and pattern changes.

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


[21.33.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.33.0
[21.32.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.32.0
[21.31.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.31.0
[21.30.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.30.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.33.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/webdrivers/webdriverlinux/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
## [77] - 2024-03-28
### Changed
- Update ChromeDriver to 123.0.6312.86.

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

- First release: Firefox v0.13.0 Chrome v2.27

[77]: https://github.com/zaproxy/zap-extensions/releases/webdriverlinux-v77
[76]: https://github.com/zaproxy/zap-extensions/releases/webdriverlinux-v76
[75]: https://github.com/zaproxy/zap-extensions/releases/webdriverlinux-v75
[74]: https://github.com/zaproxy/zap-extensions/releases/webdriverlinux-v74
Expand Down
2 changes: 1 addition & 1 deletion addOns/webdrivers/webdriverlinux/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=77
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/webdrivers/webdrivermacos/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
## [77] - 2024-03-28
### Changed
- Update ChromeDriver to 123.0.6312.86.

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

- First release: Firefox v0.13.0 Chrome v2.27

[77]: https://github.com/zaproxy/zap-extensions/releases/webdrivermacos-v77
[76]: https://github.com/zaproxy/zap-extensions/releases/webdrivermacos-v76
[75]: https://github.com/zaproxy/zap-extensions/releases/webdrivermacos-v75
[74]: https://github.com/zaproxy/zap-extensions/releases/webdrivermacos-v74
Expand Down
2 changes: 1 addition & 1 deletion addOns/webdrivers/webdrivermacos/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=77
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/webdrivers/webdriverwindows/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
## [77] - 2024-03-28
### Changed
- Update ChromeDriver to 123.0.6312.86.

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

- First release: Firefox v0.13.0 Chrome v2.27 IE 3.0.0

[77]: https://github.com/zaproxy/zap-extensions/releases/webdriverwindows-v77
[76]: https://github.com/zaproxy/zap-extensions/releases/webdriverwindows-v76
[75]: https://github.com/zaproxy/zap-extensions/releases/webdriverwindows-v75
[74]: https://github.com/zaproxy/zap-extensions/releases/webdriverwindows-v74
Expand Down
2 changes: 1 addition & 1 deletion addOns/webdrivers/webdriverwindows/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=77
release=false
release=true

0 comments on commit a0b50be

Please sign in to comment.