mirror of https://github.com/MISP/misp-objects
add: [incident] Added the score attribute
- We will probably parse scores and build the attribute value the following way: "{name} - {description}: {score}"pull/396/head
parent
7b5eddc509
commit
e215a0ff1a
|
@ -169,6 +169,12 @@
|
|||
"supplemented"
|
||||
],
|
||||
"ui-priority": 0
|
||||
},
|
||||
"score": {
|
||||
"description": "Incident score, with a name, an optional description and the numeric score value.",
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
}
|
||||
},
|
||||
"description": "Incident object template as described in STIX 2.1 Incident object and its core extension.",
|
||||
|
|
Loading…
Reference in New Issue