From 4b5426c641483cf270d0aeac6d9d1cedd69f57e4 Mon Sep 17 00:00:00 2001 From: kazet Date: Wed, 18 Oct 2023 09:30:53 +0200 Subject: [PATCH] Filtering template with fp (#586) --- artemis/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/artemis/config.py b/artemis/config.py index 950100e96..b49635ff4 100644 --- a/artemis/config.py +++ b/artemis/config.py @@ -248,6 +248,8 @@ class Nuclei: "NUCLEI_TEMPLATES_TO_SKIP", default=",".join( [ + # fp: https://github.com/projectdiscovery/nuclei-templates/issues/8415 + "http/vulnerabilities/joomla/joomla-com-booking-component.yaml", # The two following templates caused panic: runtime # error: integer divide by zero in github.com/projectdiscovery/retryabledns "dns/azure-takeover-detection.yaml",