To generate the id of SRO, a UUIDv5 is generated using the namespace 2e51a631-99d8-52a5-95a6-8314d3f4fbf3 and the relationship_type+source_collection_name/source_ref+target_collection_name/target_ref values.
For example, here is a current relationship output from the script
UUIDs should be generated as follows
To generate the id of SRO, a UUIDv5 is generated using the namespace 2e51a631-99d8-52a5-95a6-8314d3f4fbf3 and the relationship_type+source_collection_name/source_ref+target_collection_name/target_ref values.
For example, here is a current relationship output from the script
Expected UUID would be
2e51a631-99d8-52a5-95a6-8314d3f4fbf3
technique+mitre_capec_vertex_collection/attack-pattern--e3dd79e7-307b-42dd-9e22-d0345c0ec001+mitre_attack_enterprise_vertex_collection/attack-pattern--191cc6af-1bb2-4344-ab5f-28e496638720
which gives UUIDv5 of
34d58beb-5d4c-5899-b3aa-2a0d5995e82d
which is different to the above