Skip to content

Commit

Permalink
Release add-on(s)
Browse files Browse the repository at this point in the history
Release the following add-ons:
 - Active scanner rules (beta) version 56
 - Active scanner rules version 68
 - Common Library version 1.28.0
 - FuzzAI Files version 0.0.1
 - Getting Started with ZAP Guide version 18
 - GraalVM JavaScript version 0.8.0
 - GraphQL Support version 0.25.0
 - Import/Export version 0.11.0
 - Network version 0.18.0
 - Passive scanner rules version 61
 - Quick Start version 50
 - Retire.js version 0.40.0
 - Selenium version 15.30.0
 - Technology Detection version 21.42.0
 - Zest - Graphical Security Scripting Language version 47

Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com>
  • Loading branch information
zapbot authored and thc202 committed Sep 24, 2024
1 parent dc3436c commit f319d1d
Show file tree
Hide file tree
Showing 30 changed files with 47 additions and 31 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
## [68] - 2024-09-24
### Changed
- Maintenance changes.
- The following scan rules now include example alert functionality for documentation generation purposes (Issue 6119):
Expand Down Expand Up @@ -545,6 +545,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).



[68]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v68
[67]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v67
[66]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v66
[65]: https://github.com/zaproxy/zap-extensions/releases/ascanrules-v65
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=68
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
## [56] - 2024-09-24
### Changed
- Log exception details in Out of Band XSS scan rule.
- Maintenance changes.
Expand Down Expand Up @@ -542,6 +542,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Updated to support new addon format

[56]: https://github.com/zaproxy/zap-extensions/releases/ascanrulesBeta-v56
[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
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=56
release=false
release=true
6 changes: 4 additions & 2 deletions addOns/commonlib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ 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.28.0] - 2024-09-24
### Changed
- Maintenance changes.

## [1.27.0] - 2024-09-02
### Fixed
Expand Down Expand Up @@ -179,6 +180,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

First version.

[1.28.0]: https://github.com/zaproxy/zap-extensions/releases/commonlib-v1.28.0
[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
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.28.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/exim/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.11.0] - 2024-09-24
### Changed
- Leverage Jackson library from the Common Library add-on.
- Depend on newer version of Common Library add-on.
Expand Down Expand Up @@ -93,6 +93,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- First release.

[0.11.0]: https://github.com/zaproxy/zap-extensions/releases/exim-v0.11.0
[0.10.0]: https://github.com/zaproxy/zap-extensions/releases/exim-v0.10.0
[0.9.0]: https://github.com/zaproxy/zap-extensions/releases/exim-v0.9.0
[0.8.0]: https://github.com/zaproxy/zap-extensions/releases/exim-v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/exim/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.11.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/fuzzai/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ 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.0.1] - 2024-09-24
### Added
- First version

[0.0.1]: https://github.com/zaproxy/zap-extensions/releases/fuzzai-v0.0.1
2 changes: 1 addition & 1 deletion addOns/fuzzai/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.0.1
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/gettingStarted/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
## [18] - 2024-09-24
### Changed
- Rebrand to ZAP by Checkmarx.

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

- First version

[18]: https://github.com/zaproxy/zap-extensions/releases/gettingStarted-v18
[17]: https://github.com/zaproxy/zap-extensions/releases/gettingStarted-v17
[16]: https://github.com/zaproxy/zap-extensions/releases/gettingStarted-v16
[15]: https://github.com/zaproxy/zap-extensions/releases/gettingStarted-v15
Expand Down
2 changes: 1 addition & 1 deletion addOns/gettingStarted/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=18
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/graaljs/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.8.0] - 2024-09-24
### Added
- Document the engine name in the help page.

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

First version.

[0.8.0]: https://github.com/zaproxy/zap-extensions/releases/graaljs-v0.8.0
[0.7.0]: https://github.com/zaproxy/zap-extensions/releases/graaljs-v0.7.0
[0.6.0]: https://github.com/zaproxy/zap-extensions/releases/graaljs-v0.6.0
[0.5.0]: https://github.com/zaproxy/zap-extensions/releases/graaljs-v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/graaljs/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.8.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/graphql/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/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.25.0] - 2024-09-24
### Changed
- Dependency updates.

Expand Down Expand Up @@ -194,6 +194,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Import a GraphQL Schema
- Generate Queries from an imported Schema

[0.25.0]: https://github.com/zaproxy/zap-extensions/releases/graphql-v0.25.0
[0.24.0]: https://github.com/zaproxy/zap-extensions/releases/graphql-v0.24.0
[0.23.0]: https://github.com/zaproxy/zap-extensions/releases/graphql-v0.23.0
[0.22.0]: https://github.com/zaproxy/zap-extensions/releases/graphql-v0.22.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/graphql/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.25.0
release=false
release=true
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.18.0] - 2024-09-24
### Added
- Send success/failure stats.

Expand Down Expand Up @@ -203,6 +203,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.18.0]: https://github.com/zaproxy/zap-extensions/releases/network-v0.18.0
[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
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.18.0
release=false
release=true
zap.maven.publish=true
zap.maven.pom.inceptionyear=2021
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
## [61] - 2024-09-24
### Changed
- Maintenance changes.
- Rename Mac OSX salted SHA-1 in the Hash Disclosure scan rule to "Salted SHA-1", reduce the associated alerts to Low risk and Low confidence, to align with other SHA related patterns it will only be evaluated a Low Threshold. (Note such matches may indicate leaks related but not limited to: MacOS X, Oracle, Tiger-192, Haval-192) (Issue 8624).
Expand Down Expand Up @@ -567,6 +567,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).



[61]: https://github.com/zaproxy/zap-extensions/releases/pscanrules-v61
[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
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=61
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
## [50] - 2024-09-24
### Changed
- Rebrand to ZAP by Checkmarx.

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



[50]: https://github.com/zaproxy/zap-extensions/releases/quickstart-v50
[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
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=50
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/retire/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.40.0] - 2024-09-24
### Changed
- Updated with upstream retire.js pattern changes.

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

[0.40.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.40.0
[0.39.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.39.0
[0.38.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.38.0
[0.37.0]: https://github.com/zaproxy/zap-extensions/releases/retire-v0.37.0
Expand Down
2 changes: 1 addition & 1 deletion addOns/retire/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.40.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.30.0] - 2024-09-24
### Changed
- Update Selenium to version 4.25.0.
- Update script template:
Expand Down Expand Up @@ -266,6 +266,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.30.0]: https://github.com/zaproxy/zap-extensions/releases/selenium-v15.30.0
[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
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.30.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.42.0] - 2024-09-24
### Changed
- Updated with enthec upstream icon and pattern changes.
- Maintenance changes.
Expand Down Expand Up @@ -393,6 +393,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- First version


[21.42.0]: https://github.com/zaproxy/zap-extensions/releases/wappalyzer-v21.42.0
[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
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.42.0
release=false
release=true
3 changes: 2 additions & 1 deletion addOns/zest/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-09-24
### Fixed
- Correctly handle added scripts with no engine name.

Expand Down Expand Up @@ -339,6 +339,7 @@ Sender scripts. (Issue 5590)

- Updated for 2.1.0

[47]: https://github.com/zaproxy/zap-extensions/releases/zest-v47
[46]: https://github.com/zaproxy/zap-extensions/releases/zest-v46
[45]: https://github.com/zaproxy/zap-extensions/releases/zest-v45
[44]: https://github.com/zaproxy/zap-extensions/releases/zest-v44
Expand Down
2 changes: 1 addition & 1 deletion addOns/zest/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=47
release=false
release=true

0 comments on commit f319d1d

Please sign in to comment.