mirror of https://github.com/MISP/misp-objects
add: [exploit] Added `description` and `title` attributes
parent
0ddd22c4f7
commit
b877eb0815
|
@ -35,6 +35,11 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"description": {
|
||||
"description": "Description of the exploit.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"exploit": {
|
||||
"description": "Free text of the exploit.",
|
||||
"misp-attribute": "text",
|
||||
|
@ -76,6 +81,11 @@
|
|||
"misp-attribute": "link",
|
||||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"title": {
|
||||
"description": "Title of the exploit.",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
}
|
||||
},
|
||||
"description": "Exploit object describes a program in binary or source code form used to abuse one or more vulnerabilities.",
|
||||
|
|
Loading…
Reference in New Issue