Skip to content

Commit b99e7c8

Browse files
authored
Merge pull request #413 from DavidCruciani/main
Add case-uuid to flowintel-task object
2 parents 6f96e88 + 401c34f commit b99e7c8

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

objects/flowintel-cm-task/definition.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"attributes": {
3+
"case-uuid": {
4+
"description": "UUID of the parent case",
5+
"disable_correlation": true,
6+
"misp-attribute": "text",
7+
"ui-priority": 2
8+
},
39
"creation-date": {
410
"description": "Creation date of the task",
511
"disable_correlation": true,
@@ -82,5 +88,5 @@
8288
"meta-category": "misc",
8389
"name": "flowintel-cm-task",
8490
"uuid": "2f525f6e-d3f2-4cb9-9ca0-f1160d99397d",
85-
"version": 2
91+
"version": 3
8692
}

0 commit comments

Comments
 (0)