chg: [cycat] updated
parent
a6eb5137de
commit
0ffb96b343
|
@ -54,6 +54,11 @@
|
||||||
"value": "mitigation",
|
"value": "mitigation",
|
||||||
"expanded": "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."
|
"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",
|
"value": "train",
|
||||||
"expanded": "Train"
|
"expanded": "Train"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "test",
|
||||||
|
"expanded": "Test"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue