We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156fa7a commit b407a9dCopy full SHA for b407a9d
2 files changed
objects/flowintel-cm-case/definition.json
@@ -45,6 +45,7 @@
45
"origin-url": {
46
"description": "Origin of the case",
47
"disable_correlation": true,
48
+ "to_ids": false,
49
"misp-attribute": "url",
50
"ui-priority": 1
51
},
objects/flowintel-cm-task/definition.json
@@ -41,7 +41,8 @@
41
"description": "Origin of the task",
42
43
44
- "ui-priority": 1
+ "ui-priority": 1,
+ "to_ids": false
"status": {
"description": "Status of the task",
@@ -73,7 +74,8 @@
73
74
"description": "An url to an external tool",
75
76
- "ui-priority": 0
77
+ "ui-priority": 0,
78
79
}
80
81
"description": "A task as defined by flowintel-cm.",
0 commit comments