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