Skip to content

Commit

Permalink
Update functions map in Shadowserver parser _config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
th-certbund committed Feb 5, 2024
1 parent 0aa53b4 commit 64a3702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intelmq/bots/parsers/shadowserver/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ def extract_cve_from_tag(tag: str) -> Optional[str]:
'scan_exchange_type': scan_exchange_type,
'scan_exchange_identifier': scan_exchange_identifier,
'category_or_detail': category_or_detail,
'extract_cve_from_tag': extract_cve_from_tag,
}


Expand Down

0 comments on commit 64a3702

Please sign in to comment.