mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-13 01:58:22 +00:00
update ail-leak object
This commit is contained in:
parent
634bf6e552
commit
86c2cfa04b
1 changed files with 0 additions and 2 deletions
|
@ -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 = self.add_attribute('raw-data', value=self._p_source, data=self._pseudofile, type="attachment")# , ShadowAttribute=self.p_tag)
|
||||||
#res.add_shadow_attributes(tag)
|
#res.add_shadow_attributes(tag)
|
||||||
self.add_attribute('sensor', value=self._uuid, type="text")
|
self.add_attribute('sensor', value=self._uuid, type="text")
|
||||||
# FIXME TODO: delete this
|
|
||||||
self.add_attribute('type', value='Onion', type='text')
|
|
||||||
|
|
||||||
class ObjectWrapper:
|
class ObjectWrapper:
|
||||||
def __init__(self, pymisp):
|
def __init__(self, pymisp):
|
||||||
|
|
Loading…
Reference in a new issue