Skip to content

Commit

Permalink
ENH: Adds feed.documentation to Shadowserver parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
gethvi committed Feb 29, 2024
1 parent ac6aa4e commit af83f3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions intelmq/bots/parsers/shadowserver/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ def parse_line(self, row, report):
# set feed.name and code, honor the overwrite parameter
event.add('feed.name', self.feedname, overwrite=self.overwrite)

# set feed.documentation to a report url
event.add('feed.documentation', conf.get('url'))

extra = {} # The Json-Object which will be populated with the
# fields that could not be added to the standard intelmq fields
# the parser is going to write this information into an object
Expand Down

0 comments on commit af83f3e

Please sign in to comment.