chg: [url] to_ids

pull/412/head
David Cruciani 2024-01-10 11:49:54 +01:00
parent 156fa7a07e
commit b407a9d046
No known key found for this signature in database
GPG Key ID: 8690CDE1E3994B9B
2 changed files with 5 additions and 2 deletions

View File

@ -45,6 +45,7 @@
"origin-url": { "origin-url": {
"description": "Origin of the case", "description": "Origin of the case",
"disable_correlation": true, "disable_correlation": true,
"to_ids": false,
"misp-attribute": "url", "misp-attribute": "url",
"ui-priority": 1 "ui-priority": 1
}, },

View File

@ -41,7 +41,8 @@
"description": "Origin of the task", "description": "Origin of the task",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "url", "misp-attribute": "url",
"ui-priority": 1 "ui-priority": 1,
"to_ids": false
}, },
"status": { "status": {
"description": "Status of the task", "description": "Status of the task",
@ -73,7 +74,8 @@
"description": "An url to an external tool", "description": "An url to an external tool",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "url", "misp-attribute": "url",
"ui-priority": 0 "ui-priority": 0,
"to_ids": false
} }
}, },
"description": "A task as defined by flowintel-cm.", "description": "A task as defined by flowintel-cm.",