We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eebe203 + 6f75a9a commit 24244aeCopy full SHA for 24244ae
misp_stix_converter/misp2stix/misp_to_stix2.py
@@ -4411,6 +4411,8 @@ def _parse_object_relationships(
4411
'relationship_type': reference['relationship_type'],
4412
'allow_custom': True, 'interoperability': True
4413
}
4414
+ if reference.get('uuid'):
4415
+ relationship['id'] = f"relationship--{reference['uuid']}"
4416
if reference.get('timestamp'):
4417
reference_timestamp = self._datetime_from_timestamp(
4418
reference['timestamp']
0 commit comments