Skip to content

Commit 0e241b4

Browse files
committed
chg: Add missing optional value in MISPAttribute
1 parent 5e13b08 commit 0e241b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymisp/mispevent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ def __init__(self, describe_types: dict[str, Any] | None = None, strict: bool =
343343
# For search
344344
self.Event: MISPEvent
345345
self.RelatedAttribute: list[MISPAttribute]
346+
self.event_uuid: str
346347

347348
# For malware sample
348349
self._malware_binary: BytesIO | None

0 commit comments

Comments
 (0)