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
Christian Studer 2023-07-07 11:36:42 +02:00
parent 7b5eddc509
commit e215a0ff1a
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 6 additions and 0 deletions

View File

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