Enum Cvssv3.PrivilegesRequired (2.49.0)

public enum Cvssv3.PrivilegesRequired extends Enum<Cvssv3.PrivilegesRequired> implements ProtocolMessageEnum

This metric describes the level of privileges an attacker must possess before successfully exploiting the vulnerability.

Protobuf enum google.cloud.securitycenter.v2.Cvssv3.PrivilegesRequired

Implements

ProtocolMessageEnum

Static Fields

NameDescription
PRIVILEGES_REQUIRED_HIGH

The attacker requires privileges that provide significant (e.g., administrative) control over the vulnerable component allowing access to component-wide settings and files.

PRIVILEGES_REQUIRED_HIGH = 3;

PRIVILEGES_REQUIRED_HIGH_VALUE

The attacker requires privileges that provide significant (e.g., administrative) control over the vulnerable component allowing access to component-wide settings and files.

PRIVILEGES_REQUIRED_HIGH = 3;

PRIVILEGES_REQUIRED_LOW

The attacker requires privileges that provide basic user capabilities that could normally affect only settings and files owned by a user. Alternatively, an attacker with Low privileges has the ability to access only non-sensitive resources.

PRIVILEGES_REQUIRED_LOW = 2;

PRIVILEGES_REQUIRED_LOW_VALUE

The attacker requires privileges that provide basic user capabilities that could normally affect only settings and files owned by a user. Alternatively, an attacker with Low privileges has the ability to access only non-sensitive resources.

PRIVILEGES_REQUIRED_LOW = 2;

PRIVILEGES_REQUIRED_NONE

The attacker is unauthorized prior to attack, and therefore does not require any access to settings or files of the vulnerable system to carry out an attack.

PRIVILEGES_REQUIRED_NONE = 1;

PRIVILEGES_REQUIRED_NONE_VALUE

The attacker is unauthorized prior to attack, and therefore does not require any access to settings or files of the vulnerable system to carry out an attack.

PRIVILEGES_REQUIRED_NONE = 1;

PRIVILEGES_REQUIRED_UNSPECIFIED

Invalid value.

PRIVILEGES_REQUIRED_UNSPECIFIED = 0;

PRIVILEGES_REQUIRED_UNSPECIFIED_VALUE

Invalid value.

PRIVILEGES_REQUIRED_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()