Skip to content

Commit

Permalink
[misp-feed] Fix resolve markings
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelHassine committed Jun 30, 2023
1 parent f75a32c commit a48f958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external-import/misp-feed/src/misp-feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def _send_bundle(self, work_id: str, serialized_bundle: str) -> None:
except Exception as e:
self.helper.log_error(f"Error while sending bundle: {e}")

def resolve_markings(self, tags, with_default=True):
def _resolve_markings(self, tags, with_default=True):
markings = []
for tag in tags:
tag_name = tag["name"]
Expand Down

0 comments on commit a48f958

Please sign in to comment.