fix: [variotdbs] Added the reference between the resulting vulnerability object and the initial vulnerability attribute

pull/590/head
Christian Studer 2022-10-21 14:18:47 +02:00
parent 81375e1628
commit f5cb8d0f57
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ class VariotdbsParser:
update_date['date']
)
break
vulnerability_object.add_reference(self.misp_attribute.uuid, 'related-to')
self.misp_event.add_object(vulnerability_object)