fix: [farsight_passivedns] Uncommented mandatory field that was commented for tests

pull/440/head
chrisr3d 2020-11-05 17:51:41 +01:00
parent 87db6f04aa
commit d9cfcf8f62
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ from pymisp import MISPEvent, MISPObject
misperrors = {'error': 'Error'}
mispattributes = {
'input': ['hostname', 'domain', 'ip-src', 'ip-dst']#,
# 'format': 'misp_standard'
'input': ['hostname', 'domain', 'ip-src', 'ip-dst'],
'format': 'misp_standard'
}
moduleinfo = {
'version': '0.2',