Properties of a CVSS.
Package
@google-cloud/grafeasProperties
attackComplexity
attackComplexity
?:
(
grafeas
.
v1
.
CVSS
.
AttackComplexity
|
keyof
typeof
grafeas
.
v1
.
CVSS
.
AttackComplexity
|
null
);
CVSS attackComplexity
attackVector
attackVector
?:
(
grafeas
.
v1
.
CVSS
.
AttackVector
|
keyof
typeof
grafeas
.
v1
.
CVSS
.
AttackVector
|
null
);
CVSS attackVector
authentication
authentication
?:
(
grafeas
.
v1
.
CVSS
.
Authentication
|
keyof
typeof
grafeas
.
v1
.
CVSS
.
Authentication
|
null
);
CVSS authentication
availabilityImpact
availabilityImpact
?:
(
grafeas
.
v1
.
CVSS
.
Impact
|
keyof
typeof
grafeas
.
v1
.
CVSS
.
Impact
|
null
);
CVSS availabilityImpact
baseScore
baseScore
?:
(
number
|
null
);
CVSS baseScore
confidentialityImpact
confidentialityImpact
?:
(
grafeas
.
v1
.
CVSS
.
Impact
|
keyof
typeof
grafeas
.
v1
.
CVSS
.
Impact
|
null
);
CVSS confidentialityImpact
exploitabilityScore
exploitabilityScore
?:
(
number
|
null
);
CVSS exploitabilityScore
impactScore
impactScore
?:
(
number
|
null
);
CVSS impactScore
integrityImpact
integrityImpact
?:
(
grafeas
.
v1
.
CVSS
.
Impact
|
keyof
typeof
grafeas
.
v1
.
CVSS
.
Impact
|
null
);
CVSS integrityImpact
privilegesRequired
privilegesRequired
?:
(
grafeas
.
v1
.
CVSS
.
PrivilegesRequired
|
keyof
typeof
grafeas
.
v1
.
CVSS
.
PrivilegesRequired
|
null
);
CVSS privilegesRequired
scope
scope
?:
(
grafeas
.
v1
.
CVSS
.
Scope
|
keyof
typeof
grafeas
.
v1
.
CVSS
.
Scope
|
null
);
CVSS scope
userInteraction
userInteraction
?:
(
grafeas
.
v1
.
CVSS
.
UserInteraction
|
keyof
typeof
grafeas
.
v1
.
CVSS
.
UserInteraction
|
null
);
CVSS userInteraction