From 8d7b9677daa9684eeb5b2161577f088860224edd Mon Sep 17 00:00:00 2001 From: Ilyes Ben Dlala Date: Tue, 1 Aug 2023 15:11:02 +0200 Subject: [PATCH] #1847 Added a notice in documentation that amass is currently not functional Signed-off-by: Ilyes Ben Dlala --- scanners/amass/.helm-docs.gotmpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scanners/amass/.helm-docs.gotmpl b/scanners/amass/.helm-docs.gotmpl index 60572c3719..08f8b7a0a5 100644 --- a/scanners/amass/.helm-docs.gotmpl +++ b/scanners/amass/.helm-docs.gotmpl @@ -27,6 +27,12 @@ usecase: "Subdomain Enumeration Scanner" {{- define "extra.chartAboutSection" -}} ## What is OWASP Amass? +:::caution +Amass is currently not functional in the secureCodeBox due to a bug in the underlying docker image. We are working on a fix. +See [Issue #1847](https://github.com/secureCodeBox/secureCodeBox/issues/1847). +::: + + The [OWASP Amass Project][owasp_amass_project] has developed a tool to help information security professionals perform network mapping of attack surfaces and perform external asset discovery using open source information gathering and active reconnaissance techniques. To learn more about the Amass scanner itself visit [OWASP Amass Project][owasp_amass_project] or [Amass GitHub]. {{- end }}