Skip to content

Commit b407a9d

Browse files
committed
chg: [url] to_ids
1 parent 156fa7a commit b407a9d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

objects/flowintel-cm-case/definition.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"origin-url": {
4646
"description": "Origin of the case",
4747
"disable_correlation": true,
48+
"to_ids": false,
4849
"misp-attribute": "url",
4950
"ui-priority": 1
5051
},

objects/flowintel-cm-task/definition.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"description": "Origin of the task",
4242
"disable_correlation": true,
4343
"misp-attribute": "url",
44-
"ui-priority": 1
44+
"ui-priority": 1,
45+
"to_ids": false
4546
},
4647
"status": {
4748
"description": "Status of the task",
@@ -73,7 +74,8 @@
7374
"description": "An url to an external tool",
7475
"disable_correlation": true,
7576
"misp-attribute": "url",
76-
"ui-priority": 0
77+
"ui-priority": 0,
78+
"to_ids": false
7779
}
7880
},
7981
"description": "A task as defined by flowintel-cm.",

0 commit comments

Comments
 (0)