Grafeas v1 API - Enum VulnerabilityAssessmentNote.Types.Assessment.Types.Justification.Types.JustificationType (3.5.0)

public enum VulnerabilityAssessmentNote.Types.Assessment.Types.Justification.Types.JustificationType

Reference documentation and code samples for the Grafeas v1 API enum VulnerabilityAssessmentNote.Types.Assessment.Types.Justification.Types.JustificationType.

Provides the type of justification.

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Fields

NameDescription
ComponentNotPresent

The vulnerable component is not present in the product.

InlineMitigationsAlreadyExist

The product includes built-in protections or features that prevent exploitation of the vulnerability. These built-in protections cannot be subverted by the attacker and cannot be configured or disabled by the user. These mitigations completely prevent exploitation based on known attack vectors.

Unspecified

JUSTIFICATION_TYPE_UNSPECIFIED.

VulnerableCodeCannotBeControlledByAdversary

The vulnerable code cannot be controlled by an attacker to exploit the vulnerability.

VulnerableCodeNotInExecutePath

The vulnerable code can not be executed. Typically this case occurs when the product includes the vulnerable code but does not call or use the vulnerable code.

VulnerableCodeNotPresent

The vulnerable code is not present. Typically this case occurs when source code is configured or built in a way that excludes the vulnerable code.