mirror of https://github.com/MISP/PyMISP
fix: [feed generator] Added missing fields
parent
121d8853e2
commit
4bd9180951
|
@ -18,7 +18,8 @@ objectsFields = {
|
|||
'data',
|
||||
'timestamp',
|
||||
'to_ids',
|
||||
'object_relation'
|
||||
'object_relation',
|
||||
'disable_correlation'
|
||||
},
|
||||
'Event': {
|
||||
'uuid',
|
||||
|
@ -28,7 +29,8 @@ objectsFields = {
|
|||
'timestamp',
|
||||
'publish_timestamp',
|
||||
'published',
|
||||
'date'
|
||||
'date',
|
||||
'extends_uuid'
|
||||
},
|
||||
'Object': {
|
||||
'name',
|
||||
|
|
Loading…
Reference in New Issue