chg; [transform] EventToAttributes also shows objects as this is more natural

pull/40/head
Christophe Vandeplas 2020-05-15 08:32:36 +02:00
parent 50f07a0e4b
commit ab28576c27
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,6 @@ machine("misp.MISPEventToAttributes",
paths {
run("MISP_maltego.EventToAttributes")
path {
run("MISP_maltego.EventToObjects")
run("MISP_maltego.ObjectToAttributes")
}
}

View File

@ -106,6 +106,7 @@ class EventToAttributes(EventToTransform):
def do_transform(self, request, response, config):
if super().do_transform(request, response, config):
self.gen_response_attributes()
self.gen_response_objects()
return self.response