diff --git a/addOns/ascanrules/CHANGELOG.md b/addOns/ascanrules/CHANGELOG.md index 2c22db33717..d5b14f3df02 100644 --- a/addOns/ascanrules/CHANGELOG.md +++ b/addOns/ascanrules/CHANGELOG.md @@ -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): @@ -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 diff --git a/addOns/ascanrules/gradle.properties b/addOns/ascanrules/gradle.properties index 5f839f0d7ad..0b66bbadb0d 100644 --- a/addOns/ascanrules/gradle.properties +++ b/addOns/ascanrules/gradle.properties @@ -1,2 +1,2 @@ version=68 -release=false +release=true diff --git a/addOns/ascanrulesBeta/CHANGELOG.md b/addOns/ascanrulesBeta/CHANGELOG.md index 3170734b18f..b3cf440c4d3 100644 --- a/addOns/ascanrulesBeta/CHANGELOG.md +++ b/addOns/ascanrulesBeta/CHANGELOG.md @@ -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. @@ -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 diff --git a/addOns/ascanrulesBeta/gradle.properties b/addOns/ascanrulesBeta/gradle.properties index e5a9c9b282b..20aed271e70 100644 --- a/addOns/ascanrulesBeta/gradle.properties +++ b/addOns/ascanrulesBeta/gradle.properties @@ -1,2 +1,2 @@ version=56 -release=false +release=true diff --git a/addOns/commonlib/CHANGELOG.md b/addOns/commonlib/CHANGELOG.md index 2bf6bfe0473..7686a790c60 100644 --- a/addOns/commonlib/CHANGELOG.md +++ b/addOns/commonlib/CHANGELOG.md @@ -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 @@ -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 diff --git a/addOns/commonlib/gradle.properties b/addOns/commonlib/gradle.properties index c71c1816381..e49ab97715e 100644 --- a/addOns/commonlib/gradle.properties +++ b/addOns/commonlib/gradle.properties @@ -1,5 +1,5 @@ version=1.28.0 -release=false +release=true zap.maven.publish=true zap.maven.pom.inceptionyear=2020 zap.japicmp=true diff --git a/addOns/exim/CHANGELOG.md b/addOns/exim/CHANGELOG.md index d3b3d38efa8..2d9d4cdd623 100644 --- a/addOns/exim/CHANGELOG.md +++ b/addOns/exim/CHANGELOG.md @@ -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. @@ -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 diff --git a/addOns/exim/gradle.properties b/addOns/exim/gradle.properties index 5f893613d92..17eebdb160c 100644 --- a/addOns/exim/gradle.properties +++ b/addOns/exim/gradle.properties @@ -1,2 +1,2 @@ version=0.11.0 -release=false +release=true diff --git a/addOns/fuzzai/CHANGELOG.md b/addOns/fuzzai/CHANGELOG.md index cea617f3ac7..0c241448c29 100644 --- a/addOns/fuzzai/CHANGELOG.md +++ b/addOns/fuzzai/CHANGELOG.md @@ -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 diff --git a/addOns/fuzzai/gradle.properties b/addOns/fuzzai/gradle.properties index 12f33ef6eb1..131ac98c996 100644 --- a/addOns/fuzzai/gradle.properties +++ b/addOns/fuzzai/gradle.properties @@ -1,2 +1,2 @@ version=0.0.1 -release=false +release=true diff --git a/addOns/gettingStarted/CHANGELOG.md b/addOns/gettingStarted/CHANGELOG.md index a3cac54cf88..7badfe2a928 100644 --- a/addOns/gettingStarted/CHANGELOG.md +++ b/addOns/gettingStarted/CHANGELOG.md @@ -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. @@ -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 diff --git a/addOns/gettingStarted/gradle.properties b/addOns/gettingStarted/gradle.properties index 7ce455c7493..a6e3cee55ac 100644 --- a/addOns/gettingStarted/gradle.properties +++ b/addOns/gettingStarted/gradle.properties @@ -1,2 +1,2 @@ version=18 -release=false +release=true diff --git a/addOns/graaljs/CHANGELOG.md b/addOns/graaljs/CHANGELOG.md index 1cd1676d6f4..b4df412637e 100644 --- a/addOns/graaljs/CHANGELOG.md +++ b/addOns/graaljs/CHANGELOG.md @@ -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. @@ -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 diff --git a/addOns/graaljs/gradle.properties b/addOns/graaljs/gradle.properties index 2a0ce7fc7a6..e5365b16e1a 100644 --- a/addOns/graaljs/gradle.properties +++ b/addOns/graaljs/gradle.properties @@ -1,2 +1,2 @@ version=0.8.0 -release=false +release=true diff --git a/addOns/graphql/CHANGELOG.md b/addOns/graphql/CHANGELOG.md index 6407f000805..22a141eb939 100644 --- a/addOns/graphql/CHANGELOG.md +++ b/addOns/graphql/CHANGELOG.md @@ -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. @@ -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 diff --git a/addOns/graphql/gradle.properties b/addOns/graphql/gradle.properties index 74b41938332..6284ea19091 100644 --- a/addOns/graphql/gradle.properties +++ b/addOns/graphql/gradle.properties @@ -1,2 +1,2 @@ version=0.25.0 -release=false +release=true diff --git a/addOns/network/CHANGELOG.md b/addOns/network/CHANGELOG.md index 91806b31490..59b5ff0cc85 100644 --- a/addOns/network/CHANGELOG.md +++ b/addOns/network/CHANGELOG.md @@ -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. @@ -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 diff --git a/addOns/network/gradle.properties b/addOns/network/gradle.properties index 3f3c55f2bdb..92ee2bdfc07 100644 --- a/addOns/network/gradle.properties +++ b/addOns/network/gradle.properties @@ -1,4 +1,4 @@ version=0.18.0 -release=false +release=true zap.maven.publish=true zap.maven.pom.inceptionyear=2021 diff --git a/addOns/pscanrules/CHANGELOG.md b/addOns/pscanrules/CHANGELOG.md index 8bc63310e97..a1783449296 100644 --- a/addOns/pscanrules/CHANGELOG.md +++ b/addOns/pscanrules/CHANGELOG.md @@ -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). @@ -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 diff --git a/addOns/pscanrules/gradle.properties b/addOns/pscanrules/gradle.properties index 17e339c84af..a783ced0107 100644 --- a/addOns/pscanrules/gradle.properties +++ b/addOns/pscanrules/gradle.properties @@ -1,2 +1,2 @@ version=61 -release=false +release=true diff --git a/addOns/quickstart/CHANGELOG.md b/addOns/quickstart/CHANGELOG.md index c0d4668eb14..fdabc743ab6 100644 --- a/addOns/quickstart/CHANGELOG.md +++ b/addOns/quickstart/CHANGELOG.md @@ -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. @@ -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 diff --git a/addOns/quickstart/gradle.properties b/addOns/quickstart/gradle.properties index d4dabb78ca8..9631c066c98 100644 --- a/addOns/quickstart/gradle.properties +++ b/addOns/quickstart/gradle.properties @@ -1,2 +1,2 @@ version=50 -release=false +release=true diff --git a/addOns/retire/CHANGELOG.md b/addOns/retire/CHANGELOG.md index b12382a8268..0f180320e9f 100644 --- a/addOns/retire/CHANGELOG.md +++ b/addOns/retire/CHANGELOG.md @@ -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. @@ -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 diff --git a/addOns/retire/gradle.properties b/addOns/retire/gradle.properties index be07dc82b68..ecdaa9dd061 100644 --- a/addOns/retire/gradle.properties +++ b/addOns/retire/gradle.properties @@ -1,2 +1,2 @@ version=0.40.0 -release=false +release=true diff --git a/addOns/selenium/CHANGELOG.md b/addOns/selenium/CHANGELOG.md index 3e6d9ef24b1..004bbee59a0 100644 --- a/addOns/selenium/CHANGELOG.md +++ b/addOns/selenium/CHANGELOG.md @@ -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: @@ -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 diff --git a/addOns/selenium/gradle.properties b/addOns/selenium/gradle.properties index 9728b2dd195..2a0ac2e646b 100644 --- a/addOns/selenium/gradle.properties +++ b/addOns/selenium/gradle.properties @@ -1,2 +1,2 @@ version=15.30.0 -release=false +release=true diff --git a/addOns/wappalyzer/CHANGELOG.md b/addOns/wappalyzer/CHANGELOG.md index d65f17e7db1..f72b1f050ee 100644 --- a/addOns/wappalyzer/CHANGELOG.md +++ b/addOns/wappalyzer/CHANGELOG.md @@ -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. @@ -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 diff --git a/addOns/wappalyzer/gradle.properties b/addOns/wappalyzer/gradle.properties index 934950ec8b5..330538c3ca9 100644 --- a/addOns/wappalyzer/gradle.properties +++ b/addOns/wappalyzer/gradle.properties @@ -1,2 +1,2 @@ version=21.42.0 -release=false +release=true diff --git a/addOns/zest/CHANGELOG.md b/addOns/zest/CHANGELOG.md index 3931d2e3f74..8a6642fc0ae 100644 --- a/addOns/zest/CHANGELOG.md +++ b/addOns/zest/CHANGELOG.md @@ -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. @@ -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 diff --git a/addOns/zest/gradle.properties b/addOns/zest/gradle.properties index 22a87e2496c..660325b98a9 100644 --- a/addOns/zest/gradle.properties +++ b/addOns/zest/gradle.properties @@ -1,2 +1,2 @@ version=47 -release=false +release=true