Merge pull request #413 from DavidCruciani/main

Add case-uuid to flowintel-task object
pull/416/head
Alexandre Dulaunoy 2024-01-15 14:47:33 +01:00 committed by GitHub
commit b99e7c86a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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,
@ -82,5 +88,5 @@
"meta-category": "misc",
"name": "flowintel-cm-task",
"uuid": "2f525f6e-d3f2-4cb9-9ca0-f1160d99397d",
"version": 2
"version": 3
}