mirror of https://github.com/MISP/misp-modules
add: [variotdbs] Updated the exploit object mapping to support the object attributes recently added to the `exploit` template
parent
8e97bf9938
commit
5526c2c195
|
@ -22,7 +22,9 @@ class VariotdbsParser:
|
||||||
self.__misp_event = misp_event
|
self.__misp_event = misp_event
|
||||||
self.__exploit_mapping = {
|
self.__exploit_mapping = {
|
||||||
'credits': 'credit',
|
'credits': 'credit',
|
||||||
'exploit': 'exploit'
|
'description': 'description',
|
||||||
|
'exploit': 'exploit',
|
||||||
|
'title': 'title'
|
||||||
}
|
}
|
||||||
self.__exploit_multiple_mapping = {
|
self.__exploit_multiple_mapping = {
|
||||||
'cve': {
|
'cve': {
|
||||||
|
|
Loading…
Reference in New Issue