Merge pull request #373 from MISP/chrisr3d_patch

Updated the `exploit` template
pull/374/head v2.4.165
Alexandre Dulaunoy 2022-10-25 10:22:29 +02:00 committed by GitHub
commit 34ed3309e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -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.",