From d20838f0cc2abc344874f94aae0841a1b7baabea Mon Sep 17 00:00:00 2001 From: Jeremy Cloarec Date: Fri, 27 Feb 2026 10:23:10 +0100 Subject: [PATCH] [client] exclude src_ref and dst_ref handling in import_observable (#14597) --- client-python/pycti/utils/opencti_stix2.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client-python/pycti/utils/opencti_stix2.py b/client-python/pycti/utils/opencti_stix2.py index 03edcb848786..97d4fb29359f 100644 --- a/client-python/pycti/utils/opencti_stix2.py +++ b/client-python/pycti/utils/opencti_stix2.py @@ -1415,6 +1415,8 @@ def import_observable( "object_marking_refs", "x_opencti_created_by_ref", "x_opencti_granted_refs", + "src_ref", + "dst_ref", ]: if key.endswith("_ref"): relationship_type = key.replace("_ref", "")