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 Apr 13, 2023
2 parents 01e589e + bf6314a commit ed1e9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misp_stix_converter/stix2misp/importparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(self, galaxies_as_tags: bool):
self._identifier: str
self._clusters: dict = {}
if galaxies_as_tags:
self.__galaxy_feature = 'as_tags'
self.__galaxy_feature = 'as_tag_names'
self.__synonyms_path = _ROOT_PATH / 'data' / 'synonymsToTagNames.json'
else:
self._galaxies: dict = {}
Expand Down

0 comments on commit ed1e9d6

Please sign in to comment.