Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[client] exclude src_ref and dst_ref handling in import_observable (#…
  • Loading branch information
JeremyCloarec committed Feb 27, 2026
commit d20838f0cc2abc344874f94aae0841a1b7baabea
2 changes: 2 additions & 0 deletions client-python/pycti/utils/opencti_stix2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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", "")
Expand Down