chg: [misp-workflow] Added more entries related to curation
parent
f731aba646
commit
5d35f6b841
|
@ -8,6 +8,21 @@
|
||||||
"value": "action-taken",
|
"value": "action-taken",
|
||||||
"expanded": "Action taken",
|
"expanded": "Action taken",
|
||||||
"description": "Action taken during the workflow execution"
|
"description": "Action taken during the workflow execution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "analysis",
|
||||||
|
"expanded": "Analysis",
|
||||||
|
"description": "Result of the analysis executed during the workflow execution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "mutability",
|
||||||
|
"expanded": "Mutability",
|
||||||
|
"description": "Describe if the workflow is allowed to modify data"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "run",
|
||||||
|
"expanded": "Run",
|
||||||
|
"description": "Describe if the workflow is allowed to run on the data being passed"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"values": [
|
"values": [
|
||||||
|
@ -39,6 +54,41 @@
|
||||||
"expanded": "Execution stopped"
|
"expanded": "Execution stopped"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"predicate": "analysis",
|
||||||
|
"entry": [
|
||||||
|
{
|
||||||
|
"value": "false-positive",
|
||||||
|
"expanded": "False positive"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "highly-likely-positive",
|
||||||
|
"expanded": "Highly Likely Positive"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "known-file-hash",
|
||||||
|
"expanded": "Known file hash"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"predicate": "mutability",
|
||||||
|
"entry": [
|
||||||
|
{
|
||||||
|
"value": "allowed",
|
||||||
|
"expanded": "Allowed"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"predicate": "run",
|
||||||
|
"entry": [
|
||||||
|
{
|
||||||
|
"value": "allowed",
|
||||||
|
"expanded": "Allowed"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue