Fix typo in digitalside description

pull/280/head
Dion Akkerman 2024-07-22 10:21:04 +02:00
parent 6860e9ce24
commit 0d32a4c5e6
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ def process(url, dst):
warninglist = { warninglist = {
'name': 'OSINT.DigitalSide.IT Warning List', 'name': 'OSINT.DigitalSide.IT Warning List',
'version': get_version(), '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', 'type': 'hostname',
'list': DSList, 'list': DSList,
'matching_attributes': ["hostname", "domain"] 'matching_attributes': ["hostname", "domain"]