From 0ffb96b343e40bcfb1831519adbcf1d744a12d49 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 6 Feb 2021 14:32:24 +0100 Subject: [PATCH] chg: [cycat] updated --- cycat/machinetag.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cycat/machinetag.json b/cycat/machinetag.json index 446ffdb..f79c8a6 100644 --- a/cycat/machinetag.json +++ b/cycat/machinetag.json @@ -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" } ] }