vmray: remove outdated comments __init__.py

This commit is contained in:
Mike Hunhoff
2024-07-25 09:33:17 -06:00
parent b8d3d77829
commit 5b7a2be652
@@ -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",)