Skip to content

Commit

Permalink
chg: [flowintel] typo + uuid+origin-url
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCruciani committed Dec 14, 2023
1 parent b657128 commit 156fa7a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
14 changes: 13 additions & 1 deletion objects/flowintel-cm-case/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"misp-attribute": "text",
"ui-priority": 0
},
"case-uuid": {
"description": "UUID of the case",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"creation-date": {
"description": "Creation date of the case",
"disable_correlation": true,
Expand All @@ -36,6 +42,12 @@
"misp-attribute": "datetime",
"ui-priority": 0
},
"origin-url": {
"description": "Origin of the case",
"disable_correlation": true,
"misp-attribute": "url",
"ui-priority": 1
},
"recurring-type": {
"description": "Recurring type",
"disable_correlation": true,
Expand All @@ -54,7 +66,7 @@
"misp-attribute": "text",
"sane_default": [
"created",
"on going",
"ongoing",
"recurring",
"unavailable",
"rejected",
Expand Down
14 changes: 13 additions & 1 deletion objects/flowintel-cm-task/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,32 @@
"misp-attribute": "text",
"ui-priority": 0
},
"origin-url": {
"description": "Origin of the task",
"disable_correlation": true,
"misp-attribute": "url",
"ui-priority": 1
},
"status": {
"description": "Status of the task",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"created",
"on going",
"ongoing",
"recurring",
"unavailable",
"rejected",
"finished"
],
"ui-priority": 0
},
"task-uuid": {
"description": "UUID of the task",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"title": {
"description": "Title of the task",
"disable_correlation": true,
Expand Down

0 comments on commit 156fa7a

Please sign in to comment.