Skip to content

Commit 38aef58

Browse files
committed
chg: add impact field to vulnerability object type
1 parent 510325c commit 38aef58

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

objects/vulnerability/definition.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@
8181
"misp-attribute": "text",
8282
"ui-priority": 0
8383
},
84+
"impact": {
85+
"description": "Impact of the vulnerability",
86+
"misp-attribute": "text",
87+
"ui-priority": 0
88+
},
8489
"vulnerable-configuration": {
8590
"description": "The vulnerable configuration is described in CPE format",
8691
"misp-attribute": "cpe",
@@ -102,5 +107,5 @@
102107
"payload"
103108
],
104109
"uuid": "81650945-f186-437b-8945-9f31715d32da",
105-
"version": 10
106-
}
110+
"version": 11
111+
}

0 commit comments

Comments
 (0)