From b54fd9a885e0c5b1ca3975460235b85975e9f270 Mon Sep 17 00:00:00 2001 From: Jono Yang Date: Thu, 29 Jul 2021 18:43:07 -0700 Subject: [PATCH] Add more file extensions to ignore #238 Signed-off-by: Jono Yang --- scanpipe/pipes/windows.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/scanpipe/pipes/windows.py b/scanpipe/pipes/windows.py index 7be41d6ee..ebd7183a0 100644 --- a/scanpipe/pipes/windows.py +++ b/scanpipe/pipes/windows.py @@ -71,6 +71,17 @@ def tag_uninteresting_windows_codebase_resources(project): ".NLS", ".dat", ".pem", + ".xrm-ms", + ".sql", + ".mof", + ".mfl", + ".manifest", + ".inf", + ".cat", + ".efi", + ".evtx", + ".cat", + ".pnf", ) lookups = Q()