mirror of https://github.com/MISP/misp-modules
fix: [variotdbs] Added the reference between the resulting vulnerability object and the initial vulnerability attribute
parent
81375e1628
commit
f5cb8d0f57
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue