scope property

String? scope
getter/setter pair

Scope (S).

Defined in CVSS v3. Possible string values are:

  • "SCOPE_UNSPECIFIED" : Unspecified.
  • "SCOPE_UNCHANGED" : Scope: Unchanged (S:U). Defined in CVSS v3.
  • "SCOPE_CHANGED" : Scope: Changed (S:C). Defined in CVSS v3.

Implementation

core.String? scope;