scope property

String? scope
getter/setter pair

The Scope metric captures whether a vulnerability in one vulnerable component impacts resources in components beyond its security scope. Possible string values are:

  • "SCOPE_UNSPECIFIED" : Invalid value.
  • "SCOPE_UNCHANGED" : An exploited vulnerability can only affect resources managed by the same security authority.
  • "SCOPE_CHANGED" : An exploited vulnerability can affect resources beyond the security scope managed by the security authority of the vulnerable component.

Implementation

core.String? scope;