new: Add deleted in field export

Fix #586
pull/591/head
Raphaël Vinot 2020-05-26 10:56:43 +02:00
parent c8ae30fd69
commit 526321c8b4
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class MISPSighting(AbstractMISP):
class MISPAttribute(AbstractMISP):
_fields_for_feed: set = {'uuid', 'value', 'category', 'type', 'comment', 'data',
_fields_for_feed: set = {'uuid', 'value', 'category', 'type', 'comment', 'data', 'deleted',
'timestamp', 'to_ids', 'disable_correlation', 'first_seen', 'last_seen'}
def __init__(self, describe_types: Optional[Dict]=None, strict: bool=False):