From 4dcddab98c874835e73cfe8a93a1d95e4faeb57f Mon Sep 17 00:00:00 2001 From: secureCodeBoxBot Date: Tue, 16 Nov 2021 09:32:21 +0000 Subject: [PATCH] Upgrading amass from 3.14.3 to 3.15.0 Signed-off-by: secureCodeBoxBot ## Release changes : ## Changelog b45eaa0 max-depth option for brute-forcing 8429618 Updates to the new max depth recursive brute forcing feature 8697b0c Update to Snapcraft config for automatic reviews and platform builds 808002c Improvements to graph database migration performance dabcf1a FullHunt integration that resolves issue #740 e229483 Fix to ASN information caching with large impact on performance fb0ebe9 Additional improvements to the enumeration engine 4be5f78 Adding MaxDepth option to Brute-force --- scanners/amass/Chart.yaml | 2 +- scanners/amass/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scanners/amass/Chart.yaml b/scanners/amass/Chart.yaml index 80ba1909be..eb42c731c8 100644 --- a/scanners/amass/Chart.yaml +++ b/scanners/amass/Chart.yaml @@ -8,7 +8,7 @@ description: A Helm chart for the Amass security scanner that integrates with th type: application # version - gets automatically set to the secureCodeBox release version when the helm charts gets published version: v3.1.0-alpha1 -appVersion: "v3.14.3" +appVersion: "v3.15.0" kubeVersion: ">=v1.11.0-0" annotations: versionApi: https://api.github.com/repos/OWASP/Amass/releases/latest diff --git a/scanners/amass/README.md b/scanners/amass/README.md index e3775f52b5..a0efd16123 100644 --- a/scanners/amass/README.md +++ b/scanners/amass/README.md @@ -3,7 +3,7 @@ title: "Amass" category: "scanner" type: "Network" state: "released" -appVersion: "v3.14.3" +appVersion: "v3.15.0" usecase: "Subdomain Enumeration Scanner" ---