Merge pull request #1 from thomaspatzke/patch-1

Adding datasets and tests
pull/2/head
Alexandre Dulaunoy 2021-02-06 14:30:04 +01:00 committed by GitHub
commit e98a2d1991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -54,6 +54,11 @@
"value": "mitigation",
"expanded": "Mitigation",
"description": "Mitigating control to prevent unwanted activity from happening, like a specific configuration of the operating system/tools or an implementation policy."
},
{
"value": "dataset",
"expanded": "Dataset",
"description": "Dataset for validation of detections and tool stacks,"
}
]
},
@ -91,6 +96,10 @@
{
"value": "train",
"expanded": "Train"
},
{
"value": "test",
"expanded": "Test"
}
]
}