chg: [taxonomy] add reset scope - configuration type Fix #2

main
Alexandre Dulaunoy 2021-05-22 11:27:07 +02:00
parent 8e800759a3
commit c4375fe723
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 17 additions and 2 deletions

View File

@ -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"

View File

@ -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: