Skip to content

Commit a2e4bbc

Browse files
committed
Merge branch 'EC-DIGIT-CSIRC-opentide-object-update-new-branch'
2 parents dcf0c3f + e4f09c5 commit a2e4bbc

1 file changed

Lines changed: 24 additions & 7 deletions

File tree

objects/opentide/definition.json

Lines changed: 24 additions & 7 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": [
35-
"uuid",
50+
"name",
3651
"opentide-object",
37-
"opentide-type"
52+
"opentide-type",
53+
"uuid",
54+
"version"
3855
],
3956
"uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295",
40-
"version": 1
57+
"version": 3
4158
}

0 commit comments

Comments
 (0)