Skip to content

Commit

Permalink
Change: Remove now unused / not required exclusions.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfi-gb authored and mbrinkhoff committed Jul 1, 2024
1 parent bd88b78 commit c56e45b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions troubadix/plugins/prod_svc_detect_in_vulnvt.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@
)
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",
]
IGNORE_FILES = []


class CheckProdSvcDetectInVulnvt(FilePlugin):
Expand Down
1 change: 0 additions & 1 deletion troubadix/plugins/reporting_consistency.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c56e45b

Please sign in to comment.