Skip to content

Commit

Permalink
fix: [stix2 import] Avoiding issues with Marking Definition objects t…
Browse files Browse the repository at this point in the history
…hat are parsed and handle directly when they're loaded
  • Loading branch information
chrisr3d committed Feb 23, 2024
1 parent a1090e4 commit b359517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misp_stix_converter/stix2misp/stix2_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class STIX2toMISPMapping(metaclass=ABCMeta):
'location': '_parse_location',
'malware': '_parse_malware',
'malware-analysis': '_parse_malware_analysis',
'marking-definition': '_parse_marking_definition',
# 'marking-definition': '_parse_marking_definition',
'note': '_parse_note',
'observed-data': '_parse_observed_data',
# 'report': '_parse_report',
Expand Down

0 comments on commit b359517

Please sign in to comment.