From a0b939d6e6c159a0de54b5c9a08f21c023e7e51c Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:50:14 +0000 Subject: [PATCH] Prepare next dev iteration(s) Update version and changelog for: - Active scanner rules - Active scanner rules (alpha) - Active scanner rules (beta) - Automation Framework - Linux WebDrivers - MacOS WebDrivers - Passive scanner rules - Selenium - Wappalyzer - Technology Detection - Windows WebDrivers Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- addOns/ascanrules/CHANGELOG.md | 3 +++ addOns/ascanrules/gradle.properties | 4 ++-- addOns/ascanrulesAlpha/CHANGELOG.md | 3 +++ addOns/ascanrulesAlpha/gradle.properties | 4 ++-- addOns/ascanrulesBeta/CHANGELOG.md | 3 +++ addOns/ascanrulesBeta/gradle.properties | 4 ++-- addOns/automation/CHANGELOG.md | 3 +++ addOns/automation/gradle.properties | 4 ++-- addOns/pscanrules/CHANGELOG.md | 3 +++ addOns/pscanrules/gradle.properties | 4 ++-- addOns/selenium/CHANGELOG.md | 3 +++ addOns/selenium/gradle.properties | 4 ++-- addOns/wappalyzer/CHANGELOG.md | 3 +++ addOns/wappalyzer/gradle.properties | 4 ++-- addOns/webdrivers/webdriverlinux/CHANGELOG.md | 3 +++ addOns/webdrivers/webdriverlinux/gradle.properties | 4 ++-- addOns/webdrivers/webdrivermacos/CHANGELOG.md | 3 +++ addOns/webdrivers/webdrivermacos/gradle.properties | 4 ++-- addOns/webdrivers/webdriverwindows/CHANGELOG.md | 3 +++ addOns/webdrivers/webdriverwindows/gradle.properties | 4 ++-- 20 files changed, 50 insertions(+), 20 deletions(-) diff --git a/addOns/ascanrules/CHANGELOG.md b/addOns/ascanrules/CHANGELOG.md index 66a52b8df26..7bf4733f200 100644 --- a/addOns/ascanrules/CHANGELOG.md +++ b/addOns/ascanrules/CHANGELOG.md @@ -3,6 +3,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/). +## Unreleased + + ## [65] - 2024-03-28 ### Changed - Change link to use HTTPS in other info of SQL Injection - SQLite (Issue 8262). diff --git a/addOns/ascanrules/gradle.properties b/addOns/ascanrules/gradle.properties index e77d120b07e..fbbba6ee830 100644 --- a/addOns/ascanrules/gradle.properties +++ b/addOns/ascanrules/gradle.properties @@ -1,2 +1,2 @@ -version=65 -release=true +version=66 +release=false diff --git a/addOns/ascanrulesAlpha/CHANGELOG.md b/addOns/ascanrulesAlpha/CHANGELOG.md index 8cafb9ecbbb..691c62fb370 100644 --- a/addOns/ascanrulesAlpha/CHANGELOG.md +++ b/addOns/ascanrulesAlpha/CHANGELOG.md @@ -3,6 +3,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/). +## Unreleased + + ## [47] - 2024-03-28 ### Changed - References for the LDAP Injection scan rule's Alerts were updated (Issue 8262). diff --git a/addOns/ascanrulesAlpha/gradle.properties b/addOns/ascanrulesAlpha/gradle.properties index 660325b98a9..354b6fb10f2 100644 --- a/addOns/ascanrulesAlpha/gradle.properties +++ b/addOns/ascanrulesAlpha/gradle.properties @@ -1,2 +1,2 @@ -version=47 -release=true +version=48 +release=false diff --git a/addOns/ascanrulesBeta/CHANGELOG.md b/addOns/ascanrulesBeta/CHANGELOG.md index 065fba16765..37854ef764a 100644 --- a/addOns/ascanrulesBeta/CHANGELOG.md +++ b/addOns/ascanrulesBeta/CHANGELOG.md @@ -3,6 +3,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/). +## Unreleased + + ## [53] - 2024-03-28 ### Changed - Change links to use HTTPS in other info of Insecure HTTP Method (Issue 8262). diff --git a/addOns/ascanrulesBeta/gradle.properties b/addOns/ascanrulesBeta/gradle.properties index b0b56eacd13..a60c84a6ee1 100644 --- a/addOns/ascanrulesBeta/gradle.properties +++ b/addOns/ascanrulesBeta/gradle.properties @@ -1,2 +1,2 @@ -version=53 -release=true +version=54 +release=false diff --git a/addOns/automation/CHANGELOG.md b/addOns/automation/CHANGELOG.md index ddfa4abf801..9daaa2f2188 100644 --- a/addOns/automation/CHANGELOG.md +++ b/addOns/automation/CHANGELOG.md @@ -3,6 +3,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/). +## Unreleased + + ## [0.37.0] - 2024-03-28 ### Changed - Allow to use variables composed of multiple variables. diff --git a/addOns/automation/gradle.properties b/addOns/automation/gradle.properties index ece8f5bbc1e..ffa0fd95894 100644 --- a/addOns/automation/gradle.properties +++ b/addOns/automation/gradle.properties @@ -1,2 +1,2 @@ -version=0.37.0 -release=true +version=0.38.0 +release=false diff --git a/addOns/pscanrules/CHANGELOG.md b/addOns/pscanrules/CHANGELOG.md index 9083a974d2e..134a2ceeb71 100644 --- a/addOns/pscanrules/CHANGELOG.md +++ b/addOns/pscanrules/CHANGELOG.md @@ -3,6 +3,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/). +## 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): diff --git a/addOns/pscanrules/gradle.properties b/addOns/pscanrules/gradle.properties index 12b00dd01eb..60ed7da6831 100644 --- a/addOns/pscanrules/gradle.properties +++ b/addOns/pscanrules/gradle.properties @@ -1,2 +1,2 @@ -version=57 -release=true +version=58 +release=false diff --git a/addOns/selenium/CHANGELOG.md b/addOns/selenium/CHANGELOG.md index 12fc80e4c95..88b184048d1 100644 --- a/addOns/selenium/CHANGELOG.md +++ b/addOns/selenium/CHANGELOG.md @@ -4,6 +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 + + ## [15.20.0] - 2024-03-28 ### Added - Support for menu weights (Issue 8369). diff --git a/addOns/selenium/gradle.properties b/addOns/selenium/gradle.properties index f70eb5f74c9..21d402d239a 100644 --- a/addOns/selenium/gradle.properties +++ b/addOns/selenium/gradle.properties @@ -1,2 +1,2 @@ -version=15.20.0 -release=true +version=15.21.0 +release=false diff --git a/addOns/wappalyzer/CHANGELOG.md b/addOns/wappalyzer/CHANGELOG.md index 3bbc4de5c63..cdef22b0a25 100644 --- a/addOns/wappalyzer/CHANGELOG.md +++ b/addOns/wappalyzer/CHANGELOG.md @@ -3,6 +3,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/). +## Unreleased + + ## [21.33.0] - 2024-03-28 ### Changed - Updated with enthec upstream icon and pattern changes. diff --git a/addOns/wappalyzer/gradle.properties b/addOns/wappalyzer/gradle.properties index 6ffe2f2735b..13eef0bb9a5 100644 --- a/addOns/wappalyzer/gradle.properties +++ b/addOns/wappalyzer/gradle.properties @@ -1,2 +1,2 @@ -version=21.33.0 -release=true +version=21.34.0 +release=false diff --git a/addOns/webdrivers/webdriverlinux/CHANGELOG.md b/addOns/webdrivers/webdriverlinux/CHANGELOG.md index 1945335678d..b0103aaa560 100644 --- a/addOns/webdrivers/webdriverlinux/CHANGELOG.md +++ b/addOns/webdrivers/webdriverlinux/CHANGELOG.md @@ -3,6 +3,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/). +## Unreleased + + ## [77] - 2024-03-28 ### Changed - Update ChromeDriver to 123.0.6312.86. diff --git a/addOns/webdrivers/webdriverlinux/gradle.properties b/addOns/webdrivers/webdriverlinux/gradle.properties index eb7647e78d2..82a023fe201 100644 --- a/addOns/webdrivers/webdriverlinux/gradle.properties +++ b/addOns/webdrivers/webdriverlinux/gradle.properties @@ -1,2 +1,2 @@ -version=77 -release=true +version=78 +release=false diff --git a/addOns/webdrivers/webdrivermacos/CHANGELOG.md b/addOns/webdrivers/webdrivermacos/CHANGELOG.md index 18cc5a3adb7..04d7ac9edf8 100644 --- a/addOns/webdrivers/webdrivermacos/CHANGELOG.md +++ b/addOns/webdrivers/webdrivermacos/CHANGELOG.md @@ -3,6 +3,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/). +## Unreleased + + ## [77] - 2024-03-28 ### Changed - Update ChromeDriver to 123.0.6312.86. diff --git a/addOns/webdrivers/webdrivermacos/gradle.properties b/addOns/webdrivers/webdrivermacos/gradle.properties index eb7647e78d2..82a023fe201 100644 --- a/addOns/webdrivers/webdrivermacos/gradle.properties +++ b/addOns/webdrivers/webdrivermacos/gradle.properties @@ -1,2 +1,2 @@ -version=77 -release=true +version=78 +release=false diff --git a/addOns/webdrivers/webdriverwindows/CHANGELOG.md b/addOns/webdrivers/webdriverwindows/CHANGELOG.md index b966c02f047..d02dbf286dc 100644 --- a/addOns/webdrivers/webdriverwindows/CHANGELOG.md +++ b/addOns/webdrivers/webdriverwindows/CHANGELOG.md @@ -3,6 +3,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/). +## Unreleased + + ## [77] - 2024-03-28 ### Changed - Update ChromeDriver to 123.0.6312.86. diff --git a/addOns/webdrivers/webdriverwindows/gradle.properties b/addOns/webdrivers/webdriverwindows/gradle.properties index eb7647e78d2..82a023fe201 100644 --- a/addOns/webdrivers/webdriverwindows/gradle.properties +++ b/addOns/webdrivers/webdriverwindows/gradle.properties @@ -1,2 +1,2 @@ -version=77 -release=true +version=78 +release=false