create unified cvss field

This commit is contained in:
pemontto
2019-05-07 17:17:53 +01:00
parent c350ec73c2
commit 155c3ba163
3 changed files with 11 additions and 1 deletions

View File

@ -32,6 +32,9 @@
"cvss": {
"type": "float"
},
"cvss_severity": {
"type": "keyword"
},
"cvss2_base": {
"type": "float"
},