Module: Grafeas::V1::VulnerabilityAssessmentNote::Assessment::Remediation::RemediationType

Defined in:
proto_docs/grafeas/v1/vex.rb

Overview

The type of remediation that can be applied.

Constant Summary collapse

REMEDIATION_TYPE_UNSPECIFIED =

No remediation type specified.

0
MITIGATION =

A MITIGATION is available.

1
NO_FIX_PLANNED =

No fix is planned.

2
NONE_AVAILABLE =

Not available.

3
VENDOR_FIX =

A vendor fix is available.

4
WORKAROUND =

A workaround is available.

5