From 0c5ff0afcea5644f3e6e6fd628ed9e36ea7eae42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Dec 2022 20:25:56 +0000 Subject: [PATCH] amass: Update to version 3.21.2 --- bucket/amass.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/amass.json b/bucket/amass.json index abe717815f..ea4836b680 100644 --- a/bucket/amass.json +++ b/bucket/amass.json @@ -1,12 +1,12 @@ { - "version": "3.21.1", + "version": "3.21.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.21.1/amass_windows_amd64.zip", - "hash": "3ecff7d62c79b34f0c8bb105a9c624f3148aa59c81ab38d75bc110578bf66ecb", + "url": "https://github.com/OWASP/Amass/releases/download/v3.21.2/amass_windows_amd64.zip", + "hash": "499aded3a5f4ad62112d592128c245a7f38d841475428df10b9dded5291fc926", "extract_dir": "amass_windows_amd64" } },