mirror of https://github.com/MISP/MISP-maltego
chg; [transform] EventToAttributes also shows objects as this is more natural
parent
50f07a0e4b
commit
ab28576c27
|
@ -6,7 +6,6 @@ machine("misp.MISPEventToAttributes",
|
|||
paths {
|
||||
run("MISP_maltego.EventToAttributes")
|
||||
path {
|
||||
run("MISP_maltego.EventToObjects")
|
||||
run("MISP_maltego.ObjectToAttributes")
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue