mirror of https://github.com/MISP/PyMISP
Added missing field to feed generator
parent
c5be2f2f86
commit
78d2ac5778
|
@ -17,7 +17,8 @@ objectsFields = {
|
||||||
'comment',
|
'comment',
|
||||||
'data',
|
'data',
|
||||||
'timestamp',
|
'timestamp',
|
||||||
'to_ids'
|
'to_ids',
|
||||||
|
'object_relation'
|
||||||
},
|
},
|
||||||
'Event': {
|
'Event': {
|
||||||
'uuid',
|
'uuid',
|
||||||
|
|
Loading…
Reference in New Issue