Cvssv3.Builder |
Cvssv3.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Cvssv3.Builder |
Cvssv3.Builder.clear() |
|
Cvssv3.Builder |
Cvssv3.Builder.clearAttackComplexity() |
This metric describes the conditions beyond the attacker's control that
must exist in order to exploit the vulnerability.
|
Cvssv3.Builder |
Cvssv3.Builder.clearAttackVector() |
Base Metrics
Represents the intrinsic characteristics of a vulnerability that are
constant over time and across user environments.
|
Cvssv3.Builder |
Cvssv3.Builder.clearAvailabilityImpact() |
This metric measures the impact to the availability of the impacted
component resulting from a successfully exploited vulnerability.
|
Cvssv3.Builder |
Cvssv3.Builder.clearBaseScore() |
The base score is a function of the base metric scores.
|
Cvssv3.Builder |
Cvssv3.Builder.clearConfidentialityImpact() |
This metric measures the impact to the confidentiality of the information
resources managed by a software component due to a successfully exploited
vulnerability.
|
Cvssv3.Builder |
Cvssv3.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Cvssv3.Builder |
Cvssv3.Builder.clearIntegrityImpact() |
This metric measures the impact to integrity of a successfully exploited
vulnerability.
|
Cvssv3.Builder |
Cvssv3.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Cvssv3.Builder |
Cvssv3.Builder.clearPrivilegesRequired() |
This metric describes the level of privileges an attacker must possess
before successfully exploiting the vulnerability.
|
Cvssv3.Builder |
Cvssv3.Builder.clearScope() |
The Scope metric captures whether a vulnerability in one vulnerable
component impacts resources in components beyond its security scope.
|
Cvssv3.Builder |
Cvssv3.Builder.clearUserInteraction() |
This metric captures the requirement for a human user, other than the
attacker, to participate in the successful compromise of the vulnerable
component.
|
Cvssv3.Builder |
Cvssv3.Builder.clone() |
|
Cvssv3.Builder |
Cve.Builder.getCvssv3Builder() |
Describe Common Vulnerability Scoring System specified at
https://www.first.org/cvss/v3.1/specification-document
|
Cvssv3.Builder |
Cvssv3.Builder.mergeFrom(Cvssv3 other) |
|
Cvssv3.Builder |
Cvssv3.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Cvssv3.Builder |
Cvssv3.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Cvssv3.Builder |
Cvssv3.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Cvssv3.Builder |
Cvssv3.newBuilder() |
|
static Cvssv3.Builder |
Cvssv3.newBuilder(Cvssv3 prototype) |
|
Cvssv3.Builder |
Cvssv3.newBuilderForType() |
|
protected Cvssv3.Builder |
Cvssv3.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Cvssv3.Builder |
Cvssv3.Builder.setAttackComplexity(Cvssv3.AttackComplexity value) |
This metric describes the conditions beyond the attacker's control that
must exist in order to exploit the vulnerability.
|
Cvssv3.Builder |
Cvssv3.Builder.setAttackComplexityValue(int value) |
This metric describes the conditions beyond the attacker's control that
must exist in order to exploit the vulnerability.
|
Cvssv3.Builder |
Cvssv3.Builder.setAttackVector(Cvssv3.AttackVector value) |
Base Metrics
Represents the intrinsic characteristics of a vulnerability that are
constant over time and across user environments.
|
Cvssv3.Builder |
Cvssv3.Builder.setAttackVectorValue(int value) |
Base Metrics
Represents the intrinsic characteristics of a vulnerability that are
constant over time and across user environments.
|
Cvssv3.Builder |
Cvssv3.Builder.setAvailabilityImpact(Cvssv3.Impact value) |
This metric measures the impact to the availability of the impacted
component resulting from a successfully exploited vulnerability.
|
Cvssv3.Builder |
Cvssv3.Builder.setAvailabilityImpactValue(int value) |
This metric measures the impact to the availability of the impacted
component resulting from a successfully exploited vulnerability.
|
Cvssv3.Builder |
Cvssv3.Builder.setBaseScore(double value) |
The base score is a function of the base metric scores.
|
Cvssv3.Builder |
Cvssv3.Builder.setConfidentialityImpact(Cvssv3.Impact value) |
This metric measures the impact to the confidentiality of the information
resources managed by a software component due to a successfully exploited
vulnerability.
|
Cvssv3.Builder |
Cvssv3.Builder.setConfidentialityImpactValue(int value) |
This metric measures the impact to the confidentiality of the information
resources managed by a software component due to a successfully exploited
vulnerability.
|
Cvssv3.Builder |
Cvssv3.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Cvssv3.Builder |
Cvssv3.Builder.setIntegrityImpact(Cvssv3.Impact value) |
This metric measures the impact to integrity of a successfully exploited
vulnerability.
|
Cvssv3.Builder |
Cvssv3.Builder.setIntegrityImpactValue(int value) |
This metric measures the impact to integrity of a successfully exploited
vulnerability.
|
Cvssv3.Builder |
Cvssv3.Builder.setPrivilegesRequired(Cvssv3.PrivilegesRequired value) |
This metric describes the level of privileges an attacker must possess
before successfully exploiting the vulnerability.
|
Cvssv3.Builder |
Cvssv3.Builder.setPrivilegesRequiredValue(int value) |
This metric describes the level of privileges an attacker must possess
before successfully exploiting the vulnerability.
|
Cvssv3.Builder |
Cvssv3.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Cvssv3.Builder |
Cvssv3.Builder.setScope(Cvssv3.Scope value) |
The Scope metric captures whether a vulnerability in one vulnerable
component impacts resources in components beyond its security scope.
|
Cvssv3.Builder |
Cvssv3.Builder.setScopeValue(int value) |
The Scope metric captures whether a vulnerability in one vulnerable
component impacts resources in components beyond its security scope.
|
Cvssv3.Builder |
Cvssv3.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Cvssv3.Builder |
Cvssv3.Builder.setUserInteraction(Cvssv3.UserInteraction value) |
This metric captures the requirement for a human user, other than the
attacker, to participate in the successful compromise of the vulnerable
component.
|
Cvssv3.Builder |
Cvssv3.Builder.setUserInteractionValue(int value) |
This metric captures the requirement for a human user, other than the
attacker, to participate in the successful compromise of the vulnerable
component.
|
Cvssv3.Builder |
Cvssv3.toBuilder() |
|