Skip to content

Commit fcf2740

Browse files
update opentide object on new branch
1 parent dcf0c3f commit fcf2740

1 file changed

Lines changed: 23 additions & 6 deletions

File tree

objects/opentide/definition.json

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,25 @@
33
"name": {
44
"description": "Name of the OpenTIDE Object",
55
"misp-attribute": "text",
6-
"ui-priority": 0
6+
"ui-priority": 5
77
},
88
"opentide-object": {
99
"description": "YAML Content of the Opentide Object",
1010
"misp-attribute": "text",
11-
"ui-priority": 3
11+
"ui-priority": 0
12+
},
13+
"opentide-relation": {
14+
"description": "UUID of other OpenTIDE Objects with a relation to this Object",
15+
"misp-attribute": "text",
16+
"multiple": true,
17+
"ui-priority": 1
1218
},
1319
"opentide-type": {
1420
"description": "Type of the OpenTIDE Object",
1521
"disable_correlation": true,
1622
"misp-attribute": "text",
1723
"multiple": false,
18-
"ui-priority": 2,
24+
"ui-priority": 1,
1925
"values_list": [
2026
"tvm",
2127
"cdm",
@@ -25,17 +31,28 @@
2531
"uuid": {
2632
"description": "UUID of the OpenTIDE Object",
2733
"misp-attribute": "text",
28-
"ui-priority": 1
34+
"ui-priority": 4
35+
},
36+
"version": {
37+
"description": "Version of the OpenTIDE Object",
38+
"disable_correlation": true,
39+
"misp-attribute": "text",
40+
"sane_default": [
41+
"1"
42+
],
43+
"ui-priority": 3
2944
}
3045
},
3146
"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)",
3247
"meta-category": "misc",
3348
"name": "opentide",
3449
"required": [
50+
"name",
3551
"uuid",
52+
"version",
3653
"opentide-object",
3754
"opentide-type"
3855
],
3956
"uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295",
40-
"version": 1
41-
}
57+
"version": 3
58+
}

0 commit comments

Comments
 (0)