| Modifier and Type | Method and Description |
|---|---|
static CVSSv3.PrivilegesRequired |
CVSSv3.PrivilegesRequired.forNumber(int value) |
CVSSv3.PrivilegesRequired |
CVSSv3OrBuilder.getPrivilegesRequired()
This metric describes the level of privileges an attacker must possess
before successfully exploiting the vulnerability.
|
CVSSv3.PrivilegesRequired |
CVSSv3.getPrivilegesRequired()
This metric describes the level of privileges an attacker must possess
before successfully exploiting the vulnerability.
|
CVSSv3.PrivilegesRequired |
CVSSv3.Builder.getPrivilegesRequired()
This metric describes the level of privileges an attacker must possess
before successfully exploiting the vulnerability.
|
static CVSSv3.PrivilegesRequired |
CVSSv3.PrivilegesRequired.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CVSSv3.PrivilegesRequired |
CVSSv3.PrivilegesRequired.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CVSSv3.PrivilegesRequired |
CVSSv3.PrivilegesRequired.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CVSSv3.PrivilegesRequired[] |
CVSSv3.PrivilegesRequired.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<CVSSv3.PrivilegesRequired> |
CVSSv3.PrivilegesRequired.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CVSSv3.Builder |
CVSSv3.Builder.setPrivilegesRequired(CVSSv3.PrivilegesRequired value)
This metric describes the level of privileges an attacker must possess
before successfully exploiting the vulnerability.
|
Copyright © 2023 Google LLC. All rights reserved.