From 220fbafb2fba07084009ac7f9b83c20c1dcdae69 Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Fri, 22 May 2020 11:46:56 +0100 Subject: [PATCH 01/15] Add manifest for OWASP ZAP Signed-off-by: Simon Bennetts --- manifests/OWASP/ZAP/2.13.0.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/OWASP/ZAP/2.13.0.yaml diff --git a/manifests/OWASP/ZAP/2.13.0.yaml b/manifests/OWASP/ZAP/2.13.0.yaml new file mode 100644 index 00000000000000..cbb377ec2de6ff --- /dev/null +++ b/manifests/OWASP/ZAP/2.13.0.yaml @@ -0,0 +1,17 @@ +Id: OWASP.ZAP +Publisher: OWASP +Name: ZAP +Version: 2.13.0 +License: Apache 2.0 +LicenseUrl: https://github.com/zaproxy/zaproxy/blob/master/LICENSE +Homepage: https://www.zaproxy.org +Description: The worlds most frequently used web app scanner. Free and Open Source. +Tags: "owasp,security,scanner,dast" +Installers: + - Arch: x64 + Url: https://github.com/zaproxy/zaproxy/releases/download/v2.13.0/ZAP_2_13_0_windows.exe + Sha256: 5e1df341b91f65fe0768cb659af41e7671d475074ceab1b332b6520bcedf1dac + InstallerType: exe + Switches: + Silent: -q + SilentWithProgress: -q From 340a140de560af2f264e92ff9c64eccf25d43acc Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Thu, 3 Aug 2023 12:47:23 +0200 Subject: [PATCH 02/15] Add manifest for ZAP --- .../z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml | 20 +++++++++++++ .../ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-us.yaml | 30 +++++++++++++++++++ manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.yaml | 6 ++++ 3 files changed, 56 insertions(+) create mode 100644 manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml create mode 100644 manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-us.yaml create mode 100644 manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.yaml diff --git a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml new file mode 100644 index 00000000000000..3e346e03315711 --- /dev/null +++ b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml @@ -0,0 +1,20 @@ +PackageIdentifier: ZAP.ZAP +PackageVersion: 2.13.0 +InstallerType: exe +InstallModes: +- silent +InstallerSwitches: + Silent: -q + SilentWithProgress: -q +UpgradeBehavior: install +ReleaseDate: 2023-07-12 +Dependencies: + PackageDependencies: + - PackageIdentifier: Oracle.JavaRuntimeEnvironment +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zaproxy/zaproxy/releases/download/v2.13.0/ZAP_2_13_0_windows.exe + InstallerSha256: 5E1DF341B91F65FE0768CB659AF41E7671D475074CEAB1B332B6520BCEDF1DAC +ManifestType: installer +ManifestVersion: 1.4.0 + diff --git a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-us.yaml b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-us.yaml new file mode 100644 index 00000000000000..d23ccb9a60a997 --- /dev/null +++ b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-us.yaml @@ -0,0 +1,30 @@ +PackageIdentifier: ZAP.ZAP +PackageVersion: 2.13.0 +PackageLocale: en-US +Publisher: ZAP +PublisherUrl: https://github.com/zaproxy/zaproxy +PublisherSupportUrl: https://github.com/zaproxy/zaproxy/issues +# PrivacyUrl: +Author: ZAP +PackageName: ZAP +PackageUrl: https://github.com/zaproxy/zaproxy +License: Apache License 2.0 +LicenseUrl: https://raw.githubusercontent.com/zaproxy/zaproxy/main/LICENSE +# Copyright: +CopyrightUrl: https://raw.githubusercontent.com/zaproxy/zaproxy/main/LICENSE +ShortDescription: The worlds most frequently used web app scanner. Free and Open Source. +# Description: +# Moniker: +Tags: +- dast +- scanner +- security +- zaproxy +# ReleaseNotes: +ReleaseNotesUrl: https://www.zaproxy.org/docs/desktop/releases/2.13.0/ +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.4.0 + diff --git a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.yaml b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.yaml new file mode 100644 index 00000000000000..0816c117495bfe --- /dev/null +++ b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.yaml @@ -0,0 +1,6 @@ +PackageIdentifier: ZAP.ZAP +PackageVersion: 2.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.4.0 + From 2e3800c0903907bd8d0bf40ff2316bb8490cca78 Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Thu, 3 Aug 2023 13:09:36 +0200 Subject: [PATCH 03/15] Delete 2.13.0.yaml --- manifests/OWASP/ZAP/2.13.0.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 manifests/OWASP/ZAP/2.13.0.yaml diff --git a/manifests/OWASP/ZAP/2.13.0.yaml b/manifests/OWASP/ZAP/2.13.0.yaml deleted file mode 100644 index cbb377ec2de6ff..00000000000000 --- a/manifests/OWASP/ZAP/2.13.0.yaml +++ /dev/null @@ -1,17 +0,0 @@ -Id: OWASP.ZAP -Publisher: OWASP -Name: ZAP -Version: 2.13.0 -License: Apache 2.0 -LicenseUrl: https://github.com/zaproxy/zaproxy/blob/master/LICENSE -Homepage: https://www.zaproxy.org -Description: The worlds most frequently used web app scanner. Free and Open Source. -Tags: "owasp,security,scanner,dast" -Installers: - - Arch: x64 - Url: https://github.com/zaproxy/zaproxy/releases/download/v2.13.0/ZAP_2_13_0_windows.exe - Sha256: 5e1df341b91f65fe0768cb659af41e7671d475074ceab1b332b6520bcedf1dac - InstallerType: exe - Switches: - Silent: -q - SilentWithProgress: -q From c68a6f8c309a28f67eac6e84382a1eeb1200827a Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Tue, 8 Aug 2023 09:06:04 +0200 Subject: [PATCH 04/15] Renamed locale file --- .../{ZAP.ZAP.locale.en-us.yaml => ZAP.ZAP.locale.en-US.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename manifests/z/ZAP/ZAP/2.13.0/{ZAP.ZAP.locale.en-us.yaml => ZAP.ZAP.locale.en-US.yaml} (100%) diff --git a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-us.yaml b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-US.yaml similarity index 100% rename from manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-us.yaml rename to manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-US.yaml From 520c7774d02aee6aa70dbb48f4aa944b28e75c9d Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Tue, 8 Aug 2023 18:16:06 +0200 Subject: [PATCH 05/15] Try MS OpenJDK --- manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml index 3e346e03315711..44669b5dd40c08 100644 --- a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml +++ b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml @@ -10,7 +10,7 @@ UpgradeBehavior: install ReleaseDate: 2023-07-12 Dependencies: PackageDependencies: - - PackageIdentifier: Oracle.JavaRuntimeEnvironment + - PackageIdentifier: Microsoft.OpenJDK.11 Installers: - Architecture: x64 InstallerUrl: https://github.com/zaproxy/zaproxy/releases/download/v2.13.0/ZAP_2_13_0_windows.exe From b145d3c087803b25a1002d5289a6197c6438baab Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Wed, 9 Aug 2023 11:51:21 +0200 Subject: [PATCH 06/15] Add 'Scope: machine' --- manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml index 44669b5dd40c08..d8572c32ecc37c 100644 --- a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml +++ b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml @@ -6,6 +6,7 @@ InstallModes: InstallerSwitches: Silent: -q SilentWithProgress: -q + Scope: machine UpgradeBehavior: install ReleaseDate: 2023-07-12 Dependencies: From 9e7334e9009d58fa1253b9fa30f3cd2144a980e6 Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Wed, 9 Aug 2023 11:54:19 +0200 Subject: [PATCH 07/15] Add 'Scope: machine' --- manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml index d8572c32ecc37c..fae3ab903be65b 100644 --- a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml +++ b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml @@ -6,7 +6,6 @@ InstallModes: InstallerSwitches: Silent: -q SilentWithProgress: -q - Scope: machine UpgradeBehavior: install ReleaseDate: 2023-07-12 Dependencies: @@ -16,6 +15,7 @@ Installers: - Architecture: x64 InstallerUrl: https://github.com/zaproxy/zaproxy/releases/download/v2.13.0/ZAP_2_13_0_windows.exe InstallerSha256: 5E1DF341B91F65FE0768CB659AF41E7671D475074CEAB1B332B6520BCEDF1DAC + Scope: machine ManifestType: installer ManifestVersion: 1.4.0 From 4092c8b284568eb9c891ed8edccc45bc055a2a89 Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Wed, 9 Aug 2023 12:13:04 +0200 Subject: [PATCH 08/15] Update manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml Co-authored-by: Esco --- manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml index fae3ab903be65b..6893fbb1e98160 100644 --- a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml +++ b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml @@ -8,6 +8,7 @@ InstallerSwitches: SilentWithProgress: -q UpgradeBehavior: install ReleaseDate: 2023-07-12 +ElevationRequirement: elevationRequired Dependencies: PackageDependencies: - PackageIdentifier: Microsoft.OpenJDK.11 From 98551a7cff68c884955d87afc9b5ed849edca96b Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Wed, 9 Aug 2023 13:52:01 +0200 Subject: [PATCH 09/15] Try EclipseAdoptium JRE --- manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml index 6893fbb1e98160..61cc78cf13140f 100644 --- a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml +++ b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml @@ -11,12 +11,11 @@ ReleaseDate: 2023-07-12 ElevationRequirement: elevationRequired Dependencies: PackageDependencies: - - PackageIdentifier: Microsoft.OpenJDK.11 + - PackageIdentifier: EclipseAdoptium.Temurin.11.JRE Installers: - Architecture: x64 InstallerUrl: https://github.com/zaproxy/zaproxy/releases/download/v2.13.0/ZAP_2_13_0_windows.exe InstallerSha256: 5E1DF341B91F65FE0768CB659AF41E7671D475074CEAB1B332B6520BCEDF1DAC - Scope: machine ManifestType: installer ManifestVersion: 1.4.0 From 405c9839290c259b495047a506b670b254a731cd Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Tue, 15 Aug 2023 14:52:16 +0200 Subject: [PATCH 10/15] Update manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml Co-authored-by: Esco --- manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml index 61cc78cf13140f..2cbe7327eb032e 100644 --- a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml +++ b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml @@ -9,6 +9,10 @@ InstallerSwitches: UpgradeBehavior: install ReleaseDate: 2023-07-12 ElevationRequirement: elevationRequired +ExpectedReturnCodes: + - InstallerReturnCode: 83 + ReturnResponse: missingDependency + ReturnResponseUrl: https://www.ej-technologies.com/resources/install4j/help/doc/installers/errors.html Dependencies: PackageDependencies: - PackageIdentifier: EclipseAdoptium.Temurin.11.JRE From aded0ea12b14b330d171f463fc8bfb60508f0724 Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Tue, 15 Aug 2023 17:25:04 +0200 Subject: [PATCH 11/15] Update manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.yaml Co-authored-by: Kaleb Luedtke --- manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.yaml b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.yaml index 0816c117495bfe..a7ca0709b9a7ae 100644 --- a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.yaml +++ b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.yaml @@ -1,3 +1,5 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json + PackageIdentifier: ZAP.ZAP PackageVersion: 2.13.0 DefaultLocale: en-US From d70a23ce81f06968bee806027b83f2ca0f15fd48 Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Tue, 15 Aug 2023 17:30:18 +0200 Subject: [PATCH 12/15] Update manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml Co-authored-by: Kaleb Luedtke --- manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml index 2cbe7327eb032e..6953db4876d926 100644 --- a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml +++ b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.installer.yaml @@ -1,3 +1,5 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json + PackageIdentifier: ZAP.ZAP PackageVersion: 2.13.0 InstallerType: exe From 9649f59320460b82fe4116c83ab76a17cd05cbe1 Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Tue, 15 Aug 2023 17:31:51 +0200 Subject: [PATCH 13/15] Update manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-US.yaml Co-authored-by: Kaleb Luedtke --- manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-US.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-US.yaml b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-US.yaml index d23ccb9a60a997..28169479e7bb56 100644 --- a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-US.yaml +++ b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-US.yaml @@ -1,3 +1,5 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json + PackageIdentifier: ZAP.ZAP PackageVersion: 2.13.0 PackageLocale: en-US From 7e153f359c5cf30795119d757ca7f3ff2a525e8e Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Wed, 16 Aug 2023 09:22:29 +0200 Subject: [PATCH 14/15] Update manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-US.yaml Co-authored-by: Kaleb Luedtke --- manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-US.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-US.yaml b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-US.yaml index 28169479e7bb56..26fc106b1bfe04 100644 --- a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-US.yaml +++ b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-US.yaml @@ -3,7 +3,7 @@ PackageIdentifier: ZAP.ZAP PackageVersion: 2.13.0 PackageLocale: en-US -Publisher: ZAP +Publisher: OWASP ZAP PublisherUrl: https://github.com/zaproxy/zaproxy PublisherSupportUrl: https://github.com/zaproxy/zaproxy/issues # PrivacyUrl: From d5c3c2693d7775c9dab9dcbd01a19a3474ea311d Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Wed, 16 Aug 2023 09:23:11 +0200 Subject: [PATCH 15/15] Update manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-US.yaml Co-authored-by: Kaleb Luedtke --- manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-US.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-US.yaml b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-US.yaml index 26fc106b1bfe04..dbf8f0c51a7e4e 100644 --- a/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-US.yaml +++ b/manifests/z/ZAP/ZAP/2.13.0/ZAP.ZAP.locale.en-US.yaml @@ -8,7 +8,7 @@ PublisherUrl: https://github.com/zaproxy/zaproxy PublisherSupportUrl: https://github.com/zaproxy/zaproxy/issues # PrivacyUrl: Author: ZAP -PackageName: ZAP +PackageName: OWASP Zed Attack Proxy PackageUrl: https://github.com/zaproxy/zaproxy License: Apache License 2.0 LicenseUrl: https://raw.githubusercontent.com/zaproxy/zaproxy/main/LICENSE