Skip to content

Commit 156fa7a

Browse files
committed
chg: [flowintel] typo + uuid+origin-url
1 parent b657128 commit 156fa7a

2 files changed

Lines changed: 26 additions & 2 deletions

File tree

objects/flowintel-cm-case/definition.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"misp-attribute": "text",
1313
"ui-priority": 0
1414
},
15+
"case-uuid": {
16+
"description": "UUID of the case",
17+
"disable_correlation": true,
18+
"misp-attribute": "text",
19+
"ui-priority": 1
20+
},
1521
"creation-date": {
1622
"description": "Creation date of the case",
1723
"disable_correlation": true,
@@ -36,6 +42,12 @@
3642
"misp-attribute": "datetime",
3743
"ui-priority": 0
3844
},
45+
"origin-url": {
46+
"description": "Origin of the case",
47+
"disable_correlation": true,
48+
"misp-attribute": "url",
49+
"ui-priority": 1
50+
},
3951
"recurring-type": {
4052
"description": "Recurring type",
4153
"disable_correlation": true,
@@ -54,7 +66,7 @@
5466
"misp-attribute": "text",
5567
"sane_default": [
5668
"created",
57-
"on going",
69+
"ongoing",
5870
"recurring",
5971
"unavailable",
6072
"rejected",

objects/flowintel-cm-task/definition.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,32 @@
3737
"misp-attribute": "text",
3838
"ui-priority": 0
3939
},
40+
"origin-url": {
41+
"description": "Origin of the task",
42+
"disable_correlation": true,
43+
"misp-attribute": "url",
44+
"ui-priority": 1
45+
},
4046
"status": {
4147
"description": "Status of the task",
4248
"disable_correlation": true,
4349
"misp-attribute": "text",
4450
"sane_default": [
4551
"created",
46-
"on going",
52+
"ongoing",
4753
"recurring",
4854
"unavailable",
4955
"rejected",
5056
"finished"
5157
],
5258
"ui-priority": 0
5359
},
60+
"task-uuid": {
61+
"description": "UUID of the task",
62+
"disable_correlation": true,
63+
"misp-attribute": "text",
64+
"ui-priority": 1
65+
},
5466
"title": {
5567
"description": "Title of the task",
5668
"disable_correlation": true,

0 commit comments

Comments
 (0)