We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6203f3 commit 7fbf997Copy full SHA for 7fbf997
pycti/utils/opencti_stix2_splitter.py
@@ -59,6 +59,7 @@ def split_bundle(self, bundle, use_json=True, event_version=None) -> list:
59
bundle_data["id"] = "bundle--" + str(uuid.uuid4())
60
61
raw_data = {}
62
+
63
# Build flat list of elements
64
for item in bundle_data["objects"]:
65
raw_data[item["id"]] = item
0 commit comments