From c7ab2ca853ccefd9ab5b2e12241b3ab7f963d828 Mon Sep 17 00:00:00 2001 From: kazet Date: Mon, 23 Oct 2023 09:13:08 +0200 Subject: [PATCH] Nuclei bug fixed, template may stop being blocklisted (#588) --- artemis/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/artemis/config.py b/artemis/config.py index 5ec800c81..c9056a3b9 100644 --- a/artemis/config.py +++ b/artemis/config.py @@ -253,8 +253,6 @@ 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",