Merge pull request #8419 from oooooleg/stix-import-connections-fix

pull/8422/head
Christian Studer 2022-05-30 12:42:13 +02:00 committed by GitHub
commit b2ffd2ce76
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), ""