From b797435111d295d5556c2294140e883e00262457 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 7 Jan 2019 21:58:59 +0100 Subject: [PATCH] chg: [information-security-data-source] descriptions added for type of information (WiP) --- information-security-data-source/machinetag.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/information-security-data-source/machinetag.json b/information-security-data-source/machinetag.json index 041fb86..844efe6 100644 --- a/information-security-data-source/machinetag.json +++ b/information-security-data-source/machinetag.json @@ -59,32 +59,32 @@ { "value": "vulnerability", "expanded": "Vulnerability", - "description": "" + "description": "Information regarding a weakness of an asset which might be exploited by a threat" }, { "value": "threat", "expanded": "Threat", - "description": "" + "description": "Information regarding the potential cause on an unwanted incident" }, { "value": "countermeasure", "expanded": "Countermeasure", - "description": "" + "description": "Information regarding any administrative, managerial, technical or legal control that is used to counteract an information security risk" }, { "value": "attack", "expanded": "Attack", - "description": "" + "description": "Information regarding any unauthorized attempt to access, alter or destroy an asset" }, { "value": "risk", "expanded": "Risk", - "description": "" + "description": "Information describing the consequences of a potential event, such as an attack" }, { "value": "asset", "expanded": "Asset", - "description": "" + "description": "Information regarding any object or characteristic that has value to an organization" } ] }