chg: [flowintel] typo + uuid+origin-url

pull/411/head
David Cruciani 2023-12-14 16:14:44 +01:00
parent b657128758
commit 156fa7a07e
No known key found for this signature in database
GPG Key ID: 8690CDE1E3994B9B
2 changed files with 26 additions and 2 deletions

View File

@ -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,
@ -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,
@ -54,7 +66,7 @@
"misp-attribute": "text",
"sane_default": [
"created",
"on going",
"ongoing",
"recurring",
"unavailable",
"rejected",

View File

@ -37,13 +37,19 @@
"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",
@ -51,6 +57,12 @@
],
"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,