Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 42e9cfd

Browse files
committed
[client] Fix get_data_for_enrichment
1 parent 1d07a6d commit 42e9cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/connector/opencti_connector_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ def get_attribute_in_mitre_extension(key, object) -> any:
12951295
return None
12961296

12971297
def get_data_from_enrichment(self, data, opencti_entity):
1298-
stix_id = data["entity_id"]
1298+
stix_id = opencti_entity["standard_id"]
12991299
bundle = data.get("bundle", None)
13001300
# Extract IPv4, IPv6 and Domain from entity data
13011301
if bundle is None:

0 commit comments

Comments
 (0)