Module: Google::Cloud::OsConfig::V1alpha::CVSSv3::Scope

Defined in:
proto_docs/google/cloud/osconfig/v1alpha/vulnerability.rb

Overview

The Scope metric captures whether a vulnerability in one vulnerable component impacts resources in components beyond its security scope.

Constant Summary collapse

SCOPE_UNSPECIFIED =

Invalid value.

0
SCOPE_UNCHANGED =

An exploited vulnerability can only affect resources managed by the same security authority.

1
SCOPE_CHANGED =

An exploited vulnerability can affect resources beyond the security scope managed by the security authority of the vulnerable component.

2