mirror of https://github.com/MISP/misp-objects
Merge pull request #373 from MISP/chrisr3d_patch
Updated the `exploit` templatepull/374/head v2.4.165
commit
34ed3309e0
|
@ -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