mirror of https://github.com/MISP/PyMISP
type-category association checking automated
parent
98bdd5d6df
commit
369922436e
|
@ -406,7 +406,6 @@ class PyMISP(object):
|
|||
attributes.append(self._prepare_full_attribute(category, type_value.format('ssdeep'), value.format(ssdeep),
|
||||
to_ids, comment, distribution))
|
||||
|
||||
|
||||
return self._send_attributes(event, attributes, proposal)
|
||||
|
||||
def add_regkey(self, event, regkey, rvalue=None, category='Artifacts dropped', to_ids=True, comment=None, distribution=None, proposal=False):
|
||||
|
|
Loading…
Reference in New Issue