From 5526c2c195ddaf27bccc125c037c820ea07b39c7 Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Wed, 26 Oct 2022 11:35:59 +0200 Subject: [PATCH] add: [variotdbs] Updated the exploit object mapping to support the object attributes recently added to the `exploit` template --- misp_modules/modules/expansion/variotdbs.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misp_modules/modules/expansion/variotdbs.py b/misp_modules/modules/expansion/variotdbs.py index 0f6202a..17321e5 100644 --- a/misp_modules/modules/expansion/variotdbs.py +++ b/misp_modules/modules/expansion/variotdbs.py @@ -22,7 +22,9 @@ class VariotdbsParser: self.__misp_event = misp_event self.__exploit_mapping = { 'credits': 'credit', - 'exploit': 'exploit' + 'description': 'description', + 'exploit': 'exploit', + 'title': 'title' } self.__exploit_multiple_mapping = { 'cve': {