mirror of https://github.com/CIRCL/AIL-framework
fix: [investigations] delete obj
parent
a92b73b123
commit
e0f70c5072
|
@ -89,6 +89,7 @@ class AbstractSubtypeObject(AbstractObject, ABC):
|
||||||
if options is None:
|
if options is None:
|
||||||
options = set()
|
options = set()
|
||||||
meta = {'id': self.id,
|
meta = {'id': self.id,
|
||||||
|
'type': self.type,
|
||||||
'subtype': self.subtype,
|
'subtype': self.subtype,
|
||||||
'first_seen': self.get_first_seen(),
|
'first_seen': self.get_first_seen(),
|
||||||
'last_seen': self.get_last_seen(),
|
'last_seen': self.get_last_seen(),
|
||||||
|
|
Loading…
Reference in New Issue