update ail-leak object

pull/208/head
Terrtia 2018-06-18 17:23:41 +02:00
parent 634bf6e552
commit 86c2cfa04b
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ class AilLeakObject(AbstractMISPObjectGenerator):
res = self.add_attribute('raw-data', value=self._p_source, data=self._pseudofile, type="attachment")# , ShadowAttribute=self.p_tag)
#res.add_shadow_attributes(tag)
self.add_attribute('sensor', value=self._uuid, type="text")
# FIXME TODO: delete this
self.add_attribute('type', value='Onion', type='text')
class ObjectWrapper:
def __init__(self, pymisp):