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

Commit e3718a1

Browse files
author
Samuel Hassine
committed
[client] Fix opinion STIX2 export
1 parent 9aefd70 commit e3718a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pycti/entities/opencti_opinion.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,8 +667,6 @@ def to_stix2(self, **kwargs):
667667
opinion["labels"] = entity["stix_label"]
668668
else:
669669
opinion["labels"] = ["opinion"]
670-
if self.opencti.not_empty(entity["description"]):
671-
opinion["abstract"] = entity["description"]
672670
opinion["created"] = self.opencti.stix2.format_date(entity["created"])
673671
opinion["modified"] = self.opencti.stix2.format_date(entity["modified"])
674672
if self.opencti.not_empty(entity["alias"]):

0 commit comments

Comments
 (0)