Merge pull request #277 from cudeso/main

Add review-relevance and review-completeness to workflow taxonomy
pull/278/head
Alexandre Dulaunoy 2024-03-15 08:33:53 +01:00 committed by GitHub
commit 232b658593
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"namespace": "workflow",
"expanded": "workflow to support analysis",
"description": "Workflow support language is a common language to support intelligence analysts to perform their analysis on data and information.",
"version": 12,
"version": 13,
"predicates": [
{
"value": "todo",
@ -106,7 +106,15 @@
},
{
"value": "preserve-evidence",
"expanded": "Preseve evidence mentioned in the information tagged"
"expanded": "Preserve evidence mentioned in the information tagged"
},
{
"value": "review-relevance",
"expanded": "Review if the event is relevant"
},
{
"value": "review-completeness",
"expanded": "Review if the event is complete"
}
]
},