static CVSSv3.Scope |
CVSSv3.Scope.forNumber(int value) |
|
CVSSv3.Scope |
CVSSv3.Builder.getScope() |
The Scope metric captures whether a vulnerability in one vulnerable
component impacts resources in components beyond its security scope.
|
CVSSv3.Scope |
CVSSv3.getScope() |
The Scope metric captures whether a vulnerability in one vulnerable
component impacts resources in components beyond its security scope.
|
CVSSv3.Scope |
CVSSv3OrBuilder.getScope() |
The Scope metric captures whether a vulnerability in one vulnerable
component impacts resources in components beyond its security scope.
|
static CVSSv3.Scope |
CVSSv3.Scope.valueOf(int value) |
Deprecated.
|
static CVSSv3.Scope |
CVSSv3.Scope.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static CVSSv3.Scope |
CVSSv3.Scope.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CVSSv3.Scope[] |
CVSSv3.Scope.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|