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",)