Specifies details on how to handle (and presumably, fix) a vulnerability.
| JSON representation | 
|---|
| { "remediationType": enum ( | 
| Fields | |
|---|---|
| remediationType | 
 The type of remediation that can be applied. | 
| details | 
 Contains a comprehensive human-readable discussion of the remediation. | 
| remediationUri | 
 Contains the URL where to obtain the remediation. | 
RemediationType
The type of remediation that can be applied.
| Enums | |
|---|---|
| REMEDIATION_TYPE_UNSPECIFIED | No remediation type specified. | 
| MITIGATION | A MITIGATION is available. | 
| NO_FIX_PLANNED | No fix is planned. | 
| NONE_AVAILABLE | Not available. | 
| VENDOR_FIX | A vendor fix is available. | 
| WORKAROUND | A workaround is available. |