-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathavailability_requirement_1_1_0.json
More file actions
30 lines (30 loc) · 1.11 KB
/
availability_requirement_1_1_0.json
File metadata and controls
30 lines (30 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "Availability Requirement",
"description": "This metric measures the impact to the availability of a successfully exploited vulnerability.",
"namespace": "cvss",
"version": "1.1.0",
"schemaVersion": "1-0-1",
"key": "AR",
"values": [
{
"key": "L",
"name": "Low",
"description": "Loss of availability is likely to have only a limited adverse effect on the organization or individuals associated with the organization (e.g., employees, customers)."
},
{
"key": "M",
"name": "Medium",
"description": "Loss of availability is likely to have a serious adverse effect on the organization or individuals associated with the organization (e.g., employees, customers)."
},
{
"key": "H",
"name": "High",
"description": "Loss of availability is likely to have a catastrophic adverse effect on the organization or individuals associated with the organization (e.g., employees, customers)."
},
{
"key": "X",
"name": "Not Defined",
"description": "This metric value is not defined. See CVSS documentation for details."
}
]
}