fix: [stix 1 import] save process network connections

pull/8419/head
Oleg Gubanov 2022-05-30 13:06:35 +03:00 committed by GitHub
parent 8a34032478
commit bb67bd271c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -430,6 +430,7 @@ class StixParser():
misp_object.uuid = object_uuid
for attribute in object_attributes:
misp_object.add_attribute(**attribute)
self.misp_event.add_object(**misp_object)
references.append(object_uuid)
return "process", self.return_attributes(attributes), {"process_uuid": references}
return "process", self.return_attributes(attributes), ""