mirror of https://github.com/MISP/misp-objects
add version to opentide object
parent
553b50222e
commit
dde188dec2
|
@ -8,14 +8,14 @@
|
||||||
"opentide-object": {
|
"opentide-object": {
|
||||||
"description": "YAML Content of the Opentide Object",
|
"description": "YAML Content of the Opentide Object",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 3
|
"ui-priority": 4
|
||||||
},
|
},
|
||||||
"opentide-type": {
|
"opentide-type": {
|
||||||
"description": "Type of the OpenTIDE Object",
|
"description": "Type of the OpenTIDE Object",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
"ui-priority": 2,
|
"ui-priority": 3,
|
||||||
"values_list": [
|
"values_list": [
|
||||||
"tvm",
|
"tvm",
|
||||||
"cdm",
|
"cdm",
|
||||||
|
@ -26,6 +26,13 @@
|
||||||
"description": "UUID of the OpenTIDE Object",
|
"description": "UUID of the OpenTIDE Object",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"version": {
|
||||||
|
"description": "Version of the OpenTIDE Object",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"sane_default": "1",
|
||||||
|
"ui-priority": 2
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "Object that is a container for threat or detection data, in accordance with the OpenTIDE Framework (https://code.europa.eu/ec-digit-s2/opentide)",
|
"description": "Object that is a container for threat or detection data, in accordance with the OpenTIDE Framework (https://code.europa.eu/ec-digit-s2/opentide)",
|
||||||
|
@ -38,4 +45,4 @@
|
||||||
],
|
],
|
||||||
"uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295",
|
"uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue