Recovery
Recovery (cvss:R:1.0.0)
The Recovery metric describes the resilience of a system to recover services, in terms of performance and availability, after an attack has been performed.
Value | Key | Definition |
---|---|---|
Not Defined | X | This metric value is not defined. See CVSS documentation for details. |
Automatic | A | The system recovers services automatically after an attack has been performed. |
User | U | The system requires manual intervention by the user to recover services, after an attack has been performed. |
Irrecoverable | I | The system services are irrecoverable by the user, after an attack has been performed. |
Recovery (cvss:R:1.0.0) JSON Example
{
"namespace": "cvss",
"key": "R",
"version": "1.0.0",
"name": "Recovery",
"definition": "The Recovery metric describes the resilience of a system to recover services, in terms of performance and availability, after an attack has been performed.",
"schemaVersion": "2.0.0",
"values": [
{
"key": "X",
"name": "Not Defined",
"definition": "This metric value is not defined. See CVSS documentation for details."
},
{
"key": "A",
"name": "Automatic",
"definition": "The system recovers services automatically after an attack has been performed."
},
{
"key": "U",
"name": "User",
"definition": "The system requires manual intervention by the user to recover services, after an attack has been performed."
},
{
"key": "I",
"name": "Irrecoverable",
"definition": "The system services are irrecoverable by the user, after an attack has been performed."
}
]
}