From 33824e04ad12da738ac4aba8c216064c51c014cf Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Sat, 10 Aug 2024 07:39:53 +0200 Subject: [PATCH] fix: [yara_export] add new module to __init__ --- misp_modules/modules/export_mod/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misp_modules/modules/export_mod/__init__.py b/misp_modules/modules/export_mod/__init__.py index ea90d197..08e10d0e 100644 --- a/misp_modules/modules/export_mod/__init__.py +++ b/misp_modules/modules/export_mod/__init__.py @@ -1,3 +1,3 @@ __all__ = ['cef_export', 'mass_eql_export', 'liteexport', 'goamlexport', 'threat_connect_export', 'pdfexport', 'threatStream_misp_export', 'osqueryexport', 'nexthinkexport', 'vt_graph', 'defender_endpoint_export', - 'virustotal_collections'] + 'virustotal_collections', 'yara_export']