Compare commits

...

2 Commits

Author SHA1 Message Date
Alexandre Dulaunoy 93b944d989
Merge pull request #280 from cudeso/main
Update machinetag.json
2024-04-09 16:50:25 +02:00
Koen Van Impe 31eef7ab9e
Update machinetag.json
Add review accuracy and review-quality
2024-04-09 14:36:01 +02:00
1 changed files with 9 additions and 1 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": 13,
"version": 14,
"predicates": [
{
"value": "todo",
@ -115,6 +115,14 @@
{
"value": "review-completeness",
"expanded": "Review if the event is complete"
},
{
"value": "review-accuracy",
"expanded": "Review the accuracy of an event or attribute"
},
{
"value": "review-quality",
"expanded": "Review the quality of an event or attribute"
}
]
},