From 5b49269192386003f633ccbfbb2a792495409e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Zaj=C4=85c?= Date: Mon, 20 Nov 2023 08:21:48 +0100 Subject: [PATCH] Two more blocklisted templates --- artemis/config.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/artemis/config.py b/artemis/config.py index dcd229dff..ca76d9d12 100644 --- a/artemis/config.py +++ b/artemis/config.py @@ -383,6 +383,11 @@ class Nuclei: [ "custom:xss-inside-tag-top-params", "http/misconfiguration/google/insecure-firebase-database.yaml", + # Until https://github.com/projectdiscovery/nuclei-templates/issues/8657 + # gets fixed, these templates return a FP on phpinfo(). Let's not spam + # our recipients with FPs. + "http/cnvd/2020/CNVD-2020-23735.yaml", + "http/vulnerabilities/other/ecshop-sqli.yaml", ] ), cast=decouple.Csv(str),