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 Nov 6, 2023
2 parents dca6719 + a4f4725 commit b52aed8
Show file tree
Hide file tree
Showing 5 changed files with 678 additions and 663 deletions.
2 changes: 1 addition & 1 deletion misp_stix_converter/stix2misp/converters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
InternalSTIX2MalwareAnalysisConverter)
from .stix2_malware_converter import ( # noqa
ExternalSTIX2MalwareConverter, InternalSTIX2MalwareConverter)
from .stix2_observable_converter import STIX2ObservableObjectConverter # noqa
from .stix2_observable_objects_converter import STIX2ObservableObjectConverter # noqa
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

from ... import Mapping
from .stix2_observable_converter import (
from .stix2_observable_objects_converter import (
ExternalSTIX2SampleObservableConverter,
InternalSTIX2SampleObservableConverter)
from .stix2converter import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from ... import Mapping
from ..exceptions import UnknownParsingFunctionError
from .stix2_observable_converter import (
from .stix2_observable_objects_converter import (
ExternalSTIX2SampleObservableConverter,
InternalSTIX2SampleObservableConverter)
from .stix2converter import (
Expand Down
Loading

0 comments on commit b52aed8

Please sign in to comment.