From e073ffc8078c15d95a892bf20ad1da1beb2b2650 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 04:27:22 +0000 Subject: [PATCH] amass: Update to version 3.22.2 --- bucket/amass.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/amass.json b/bucket/amass.json index a5aacce0e1..af8d78b1cf 100644 --- a/bucket/amass.json +++ b/bucket/amass.json @@ -1,12 +1,12 @@ { - "version": "3.22.1", + "version": "3.22.2", "description": "The OWASP Amass Project performs network mapping of attack surfaces and external asset discovery using open source information gathering and active reconnaissance techniques.", "homepage": "https://github.com/OWASP/Amass", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/OWASP/Amass/releases/download/v3.22.1/amass_windows_amd64.zip", - "hash": "03395acb8e89d081c82626cd1a91aa654c0a3b05c237632d546aa594fc207fff", + "url": "https://github.com/OWASP/Amass/releases/download/v3.22.2/amass_windows_amd64.zip", + "hash": "2c9c88011cd2b1c1af8c1a3dc31036ac22730723c50912e0f5c832f2a40b8b96", "extract_dir": "amass_windows_amd64" } },