Skip to content

Commit 3c0c099

Browse files
[client] allow enriching cases entities (#952)
1 parent 20265fc commit 3c0c099

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pycti/connector/opencti_connector_helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ def _data_handler(self, json_data) -> None:
376376
e
377377
for e in stix_objects
378378
if e["id"] == opencti_entity["standard_id"]
379+
or e["id"] == "x-opencti-" + opencti_entity["standard_id"]
379380
][0]
380381
event_data["stix_objects"] = stix_objects
381382
event_data["stix_entity"] = stix_entity

0 commit comments

Comments
 (0)