Skip to content

Commit

Permalink
Merge pull request #413 from DavidCruciani/main
Browse files Browse the repository at this point in the history
Add case-uuid to flowintel-task object
  • Loading branch information
adulau authored Jan 15, 2024
2 parents 6f96e88 + 401c34f commit b99e7c8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion objects/flowintel-cm-task/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"attributes": {
"case-uuid": {
"description": "UUID of the parent case",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 2
},
"creation-date": {
"description": "Creation date of the task",
"disable_correlation": true,
Expand Down Expand Up @@ -82,5 +88,5 @@
"meta-category": "misc",
"name": "flowintel-cm-task",
"uuid": "2f525f6e-d3f2-4cb9-9ca0-f1160d99397d",
"version": 2
"version": 3
}

0 comments on commit b99e7c8

Please sign in to comment.