mirror of https://github.com/MISP/misp-modules
fix: [cpe] Fixed typo in vulnerable-configuration object relation fields
parent
bd3fa3ea07
commit
32c0bf9ae2
|
@ -32,11 +32,11 @@ class VulnerabilitiesParser():
|
|||
},
|
||||
'vulnerable_configuration': {
|
||||
'type': 'cpe',
|
||||
'object_relation': 'vulnerable_configuration'
|
||||
'object_relation': 'vulnerable-configuration'
|
||||
},
|
||||
'vulnerable_configuration_cpe_2_2': {
|
||||
'type': 'cpe',
|
||||
'object_relation': 'vulnerable_configuration'
|
||||
'object_relation': 'vulnerable-configuration'
|
||||
},
|
||||
'Modified': {
|
||||
'type': 'datetime',
|
||||
|
|
Loading…
Reference in New Issue