Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:MISP/misp-stix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisr3d committed Jul 8, 2024
2 parents 6bb8186 + b1d1497 commit 882e3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misp_stix_converter/stix2misp/stix2_to_misp.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def course_of_action_parser(self) -> _COURSE_OF_ACTION_PARSER_TYPING:

@property
def event_tags(self) -> list:
return self.__event_tags
return getattr(self, '__event_tags', {})

@property
def generic_info_field(self) -> str:
Expand Down

0 comments on commit 882e3d3

Please sign in to comment.