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

Commit f8f43a9

Browse files
[client] Fix a spelling mistake (#8245)
1 parent decd7ee commit f8f43a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pycti/entities/opencti_indicator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,8 @@ def import_from_stix2(self, **kwargs):
401401
stix_object["x_opencti_workflow_id"] = (
402402
self.opencti.get_attribute_in_extension("workflow_id", stix_object)
403403
)
404-
if "x_mitre_plateforms" not in stix_object:
405-
stix_object["x_mitre_plateforms"] = (
404+
if "x_mitre_platforms" not in stix_object:
405+
stix_object["x_mitre_platforms"] = (
406406
self.opencti.get_attribute_in_mitre_extension(
407407
"platforms", stix_object
408408
)

0 commit comments

Comments
 (0)