From 137f436f054af84ddb1a8b1adff3de979a50f429 Mon Sep 17 00:00:00 2001 From: Christian Fischer Date: Mon, 1 Jul 2024 10:36:16 +0200 Subject: [PATCH] Change: Remove now unused / not required exclusions. --- troubadix/plugins/prod_svc_detect_in_vulnvt.py | 5 ----- troubadix/plugins/reporting_consistency.py | 1 - 2 files changed, 6 deletions(-) diff --git a/troubadix/plugins/prod_svc_detect_in_vulnvt.py b/troubadix/plugins/prod_svc_detect_in_vulnvt.py index b4249a82..02d0f5ce 100644 --- a/troubadix/plugins/prod_svc_detect_in_vulnvt.py +++ b/troubadix/plugins/prod_svc_detect_in_vulnvt.py @@ -25,11 +25,6 @@ from troubadix.plugin import FilePlugin, LinterError, LinterResult IGNORE_FILES = [ - # nb: VTD-1173 is a tracking ticket to update this so we don't need to - # report it on each run. Especially as: - # - this VT is a quite aged one and currently not problematic - # - the plugin should only prevent to introduce new VTs using this approach - "mssql_version.nasl", ] diff --git a/troubadix/plugins/reporting_consistency.py b/troubadix/plugins/reporting_consistency.py index 2c9bbeb9..e0210b9f 100644 --- a/troubadix/plugins/reporting_consistency.py +++ b/troubadix/plugins/reporting_consistency.py @@ -31,7 +31,6 @@ # within the nasl/common folder. But all three files are just examples and don't # need to be checked at all. IGNORE_FILES = [ - "mssql_version.nasl", "pre2008/domino_default_db.nasl", "pre2008/oracle_tnslsnr_security.nasl", "pre2008/smtp_AV_42zip_DoS.nasl",