From 5b7a2be652320cabc947cb2b3f65e15f735ef806 Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Thu, 25 Jul 2024 09:33:17 -0600 Subject: [PATCH] vmray: remove outdated comments __init__.py --- capa/features/extractors/vmray/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/capa/features/extractors/vmray/__init__.py b/capa/features/extractors/vmray/__init__.py index 5c27f83a..34c5ab2d 100644 --- a/capa/features/extractors/vmray/__init__.py +++ b/capa/features/extractors/vmray/__init__.py @@ -16,7 +16,6 @@ from capa.features.extractors.vmray.models import File, Flog, SummaryV2, StaticD logger = logging.getLogger(__name__) -# TODO (meh): is default password "infected" good enough?? https://github.com/mandiant/capa/issues/2148 DEFAULT_ARCHIVE_PASSWORD = b"infected" SUPPORTED_FLOG_VERSIONS = ("2",)