public interface CVSSv3OrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CVSSv3.AttackComplexity |
getAttackComplexity()
.grafeas.v1.CVSSv3.AttackComplexity attack_complexity = 6; |
int |
getAttackComplexityValue()
.grafeas.v1.CVSSv3.AttackComplexity attack_complexity = 6; |
CVSSv3.AttackVector |
getAttackVector()
Base Metrics
Represents the intrinsic characteristics of a vulnerability that are
constant over time and across user environments.
|
int |
getAttackVectorValue()
Base Metrics
Represents the intrinsic characteristics of a vulnerability that are
constant over time and across user environments.
|
CVSSv3.Impact |
getAvailabilityImpact()
.grafeas.v1.CVSSv3.Impact availability_impact = 12; |
int |
getAvailabilityImpactValue()
.grafeas.v1.CVSSv3.Impact availability_impact = 12; |
float |
getBaseScore()
The base score is a function of the base metric scores.
|
CVSSv3.Impact |
getConfidentialityImpact()
.grafeas.v1.CVSSv3.Impact confidentiality_impact = 10; |
int |
getConfidentialityImpactValue()
.grafeas.v1.CVSSv3.Impact confidentiality_impact = 10; |
float |
getExploitabilityScore()
float exploitability_score = 2; |
float |
getImpactScore()
float impact_score = 3; |
CVSSv3.Impact |
getIntegrityImpact()
.grafeas.v1.CVSSv3.Impact integrity_impact = 11; |
int |
getIntegrityImpactValue()
.grafeas.v1.CVSSv3.Impact integrity_impact = 11; |
CVSSv3.PrivilegesRequired |
getPrivilegesRequired()
.grafeas.v1.CVSSv3.PrivilegesRequired privileges_required = 7; |
int |
getPrivilegesRequiredValue()
.grafeas.v1.CVSSv3.PrivilegesRequired privileges_required = 7; |
CVSSv3.Scope |
getScope()
.grafeas.v1.CVSSv3.Scope scope = 9; |
int |
getScopeValue()
.grafeas.v1.CVSSv3.Scope scope = 9; |
CVSSv3.UserInteraction |
getUserInteraction()
.grafeas.v1.CVSSv3.UserInteraction user_interaction = 8; |
int |
getUserInteractionValue()
.grafeas.v1.CVSSv3.UserInteraction user_interaction = 8; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
float getBaseScore()
The base score is a function of the base metric scores.
float base_score = 1;
float getExploitabilityScore()
float exploitability_score = 2;
float getImpactScore()
float impact_score = 3;
int getAttackVectorValue()
Base Metrics Represents the intrinsic characteristics of a vulnerability that are constant over time and across user environments.
.grafeas.v1.CVSSv3.AttackVector attack_vector = 5;
CVSSv3.AttackVector getAttackVector()
Base Metrics Represents the intrinsic characteristics of a vulnerability that are constant over time and across user environments.
.grafeas.v1.CVSSv3.AttackVector attack_vector = 5;
int getAttackComplexityValue()
.grafeas.v1.CVSSv3.AttackComplexity attack_complexity = 6;
CVSSv3.AttackComplexity getAttackComplexity()
.grafeas.v1.CVSSv3.AttackComplexity attack_complexity = 6;
int getPrivilegesRequiredValue()
.grafeas.v1.CVSSv3.PrivilegesRequired privileges_required = 7;
CVSSv3.PrivilegesRequired getPrivilegesRequired()
.grafeas.v1.CVSSv3.PrivilegesRequired privileges_required = 7;
int getUserInteractionValue()
.grafeas.v1.CVSSv3.UserInteraction user_interaction = 8;
CVSSv3.UserInteraction getUserInteraction()
.grafeas.v1.CVSSv3.UserInteraction user_interaction = 8;
int getScopeValue()
.grafeas.v1.CVSSv3.Scope scope = 9;
CVSSv3.Scope getScope()
.grafeas.v1.CVSSv3.Scope scope = 9;
int getConfidentialityImpactValue()
.grafeas.v1.CVSSv3.Impact confidentiality_impact = 10;
CVSSv3.Impact getConfidentialityImpact()
.grafeas.v1.CVSSv3.Impact confidentiality_impact = 10;
int getIntegrityImpactValue()
.grafeas.v1.CVSSv3.Impact integrity_impact = 11;
CVSSv3.Impact getIntegrityImpact()
.grafeas.v1.CVSSv3.Impact integrity_impact = 11;
int getAvailabilityImpactValue()
.grafeas.v1.CVSSv3.Impact availability_impact = 12;
CVSSv3.Impact getAvailabilityImpact()
.grafeas.v1.CVSSv3.Impact availability_impact = 12;
Copyright © 2019 Google LLC. All rights reserved.