Merge pull request #280 from cudeso/main

Update machinetag.json
pull/281/head
Alexandre Dulaunoy 2024-04-09 16:50:25 +02:00 committed by GitHub
commit 93b944d989
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"
}
]
},