File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 "misp-attribute" : " text" ,
1313 "ui-priority" : 0
1414 },
15+ "case-uuid" : {
16+ "description" : " UUID of the case" ,
17+ "disable_correlation" : true ,
18+ "misp-attribute" : " text" ,
19+ "ui-priority" : 1
20+ },
1521 "creation-date" : {
1622 "description" : " Creation date of the case" ,
1723 "disable_correlation" : true ,
3642 "misp-attribute" : " datetime" ,
3743 "ui-priority" : 0
3844 },
45+ "origin-url" : {
46+ "description" : " Origin of the case" ,
47+ "disable_correlation" : true ,
48+ "misp-attribute" : " url" ,
49+ "ui-priority" : 1
50+ },
3951 "recurring-type" : {
4052 "description" : " Recurring type" ,
4153 "disable_correlation" : true ,
5466 "misp-attribute" : " text" ,
5567 "sane_default" : [
5668 " created" ,
57- " on going " ,
69+ " ongoing " ,
5870 " recurring" ,
5971 " unavailable" ,
6072 " rejected" ,
Original file line number Diff line number Diff line change 3737 "misp-attribute" : " text" ,
3838 "ui-priority" : 0
3939 },
40+ "origin-url" : {
41+ "description" : " Origin of the task" ,
42+ "disable_correlation" : true ,
43+ "misp-attribute" : " url" ,
44+ "ui-priority" : 1
45+ },
4046 "status" : {
4147 "description" : " Status of the task" ,
4248 "disable_correlation" : true ,
4349 "misp-attribute" : " text" ,
4450 "sane_default" : [
4551 " created" ,
46- " on going " ,
52+ " ongoing " ,
4753 " recurring" ,
4854 " unavailable" ,
4955 " rejected" ,
5056 " finished"
5157 ],
5258 "ui-priority" : 0
5359 },
60+ "task-uuid" : {
61+ "description" : " UUID of the task" ,
62+ "disable_correlation" : true ,
63+ "misp-attribute" : " text" ,
64+ "ui-priority" : 1
65+ },
5466 "title" : {
5567 "description" : " Title of the task" ,
5668 "disable_correlation" : true ,
You can’t perform that action at this time.
0 commit comments