Remediation

Specifies details on how to handle (and presumably, fix) a vulnerability.

JSON representation
{ "remediationType": enum (RemediationType), "details": string, "remediationUri": { object (RelatedUrl) } }
Fields
remediationType

enum (RemediationType)

The type of remediation that can be applied.

details

string

Contains a comprehensive human-readable discussion of the remediation.

remediationUri

object (RelatedUrl)

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.