diff --git a/json/machinetag.json b/json/machinetag.json index c902854..36c50e1 100644 --- a/json/machinetag.json +++ b/json/machinetag.json @@ -2,7 +2,7 @@ "namespace": "cycat", "expanded": " Cybersecurity Resource Catalogue", "description": "Taxonomy used by CyCAT, the Cybersecurity Resource Catalogue, to categorize the namespaces it supports and uses.", - "version": 2, + "version": 3, "refs": [ "https://www.cycat.org/" ], @@ -64,6 +64,11 @@ "value": "dataformat", "expanded": "Data format", "description": "Data structure and format to describe elements in the cybersecurity field." + }, + { + "value": "configuration", + "expanded": "Configuration", + "description": "A configuration describes the state or environment conditions of a tool." } ] }, @@ -102,6 +107,10 @@ "value": "train", "expanded": "Train" }, + { + "value": "reset", + "expanded": "Reset" + }, { "value": "test", "expanded": "Test" diff --git a/yaml/machinetag.yaml b/yaml/machinetag.yaml index 807af26..7641a33 100644 --- a/yaml/machinetag.yaml +++ b/yaml/machinetag.yaml @@ -3,7 +3,7 @@ namespace: cycat expanded: " Cybersecurity Resource Catalogue" description: Taxonomy used by CyCAT, the Cybersecurity Resource Catalogue, to categorize the namespaces it supports and uses. -version: 2 +version: 3 refs: - https://www.cycat.org/ values: @@ -56,6 +56,10 @@ values: expanded: Data format description: Data structure and format to describe elements in the cybersecurity field. + - value: configuration + expanded: Configuration + description: A configuration describes the state or environment conditions of + a tool. - predicate: scope entry: - value: identify @@ -74,6 +78,8 @@ values: expanded: Investigate - value: train expanded: Train + - value: reset + expanded: Reset - value: test expanded: Test predicates: