We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f18954 commit a4ace32Copy full SHA for a4ace32
1 file changed
misp_modules/modules/import_mod/taxii21.py
@@ -12,7 +12,7 @@
12
import taxii2client
13
import taxii2client.exceptions
14
from misp_stix_converter import ExternalSTIX2toMISPParser, InternalSTIX2toMISPParser
15
-from misp_stix_converter.tools import _is_stix2_from_misp
+from misp_stix_converter.tools import is_stix2_from_misp
16
from stix2.v20 import Bundle as Bundle_v20
17
from stix2.v21 import Bundle as Bundle_v21
18
0 commit comments