chg: [information-security-data-source] descriptions added for type of information (WiP)

pull/137/head
Alexandre Dulaunoy 2019-01-07 21:58:59 +01:00
parent 95c64af67f
commit b797435111
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 6 additions and 6 deletions

View File

@ -59,32 +59,32 @@
{ {
"value": "vulnerability", "value": "vulnerability",
"expanded": "Vulnerability", "expanded": "Vulnerability",
"description": "" "description": "Information regarding a weakness of an asset which might be exploited by a threat"
}, },
{ {
"value": "threat", "value": "threat",
"expanded": "Threat", "expanded": "Threat",
"description": "" "description": "Information regarding the potential cause on an unwanted incident"
}, },
{ {
"value": "countermeasure", "value": "countermeasure",
"expanded": "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", "value": "attack",
"expanded": "Attack", "expanded": "Attack",
"description": "" "description": "Information regarding any unauthorized attempt to access, alter or destroy an asset"
}, },
{ {
"value": "risk", "value": "risk",
"expanded": "Risk", "expanded": "Risk",
"description": "" "description": "Information describing the consequences of a potential event, such as an attack"
}, },
{ {
"value": "asset", "value": "asset",
"expanded": "Asset", "expanded": "Asset",
"description": "" "description": "Information regarding any object or characteristic that has value to an organization"
} }
] ]
} }