Skip to content

Commit

Permalink
fix: [yara_export] add new module to __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
cvandeplas committed Aug 10, 2024
1 parent 4a73c4a commit 33824e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misp_modules/modules/export_mod/__init__.py
Original file line number Diff line number Diff line change
@@ -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']

0 comments on commit 33824e0

Please sign in to comment.