Skip to content

Commit

Permalink
Fix typo in digitalside description
Browse files Browse the repository at this point in the history
  • Loading branch information
DionAkkerman committed Jul 22, 2024
1 parent 6860e9c commit 0d32a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate-digitalside.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def process(url, dst):
warninglist = {
'name': 'OSINT.DigitalSide.IT Warning List',
'version': get_version(),
'description': '"OSINT DigitalSide Threat-Intel Repository - MISP Warninglist - List of domains should be marked as false positive in the related MISP event with IDS attribute not flagged',
'description': 'OSINT DigitalSide Threat-Intel Repository - MISP Warninglist - List of domains should be marked as false positive in the related MISP event with IDS attribute not flagged',
'type': 'hostname',
'list': DSList,
'matching_attributes': ["hostname", "domain"]
Expand Down

0 comments on commit 0d32a4c

Please sign in to comment.