diff --git a/misp_stix_converter/stix2misp/stix2_to_misp.py b/misp_stix_converter/stix2misp/stix2_to_misp.py index cae8d22e..f3a69e3d 100644 --- a/misp_stix_converter/stix2misp/stix2_to_misp.py +++ b/misp_stix_converter/stix2misp/stix2_to_misp.py @@ -656,6 +656,7 @@ def _parse_bundle_with_no_report(self): self._handle_unparsed_content() def _parse_bundle_with_single_report(self): + self.__single_event = True if hasattr(self, '_report') and self._report is not None: for report in self._report.values(): self.__misp_event = self._misp_event_from_report(report)