depanalyzer
Toggle table of contents
2.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
depanalyzer
depanalyzer
/
com.depanalyzer.repository
/
CvssMetricV3
Cvss
Metric
V3
data
class
CvssMetricV3
(
val
source
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
cvssData
:
CvssDataV3
,
val
baseSeverity
:
String
?
=
null
,
val
exploitabilityScore
:
Double
?
=
null
,
val
impactScore
:
Double
?
=
null
)
Members
Constructors
Cvss
Metric
V3
Link copied to clipboard
constructor
(
source
:
String
?
=
null
,
type
:
String
?
=
null
,
cvssData
:
CvssDataV3
,
baseSeverity
:
String
?
=
null
,
exploitabilityScore
:
Double
?
=
null
,
impactScore
:
Double
?
=
null
)
Properties
base
Severity
Link copied to clipboard
val
baseSeverity
:
String
?
cvss
Data
Link copied to clipboard
val
cvssData
:
CvssDataV3
exploitability
Score
Link copied to clipboard
val
exploitabilityScore
:
Double
?
impact
Score
Link copied to clipboard
val
impactScore
:
Double
?
source
Link copied to clipboard
val
source
:
String
?
type
Link copied to clipboard
val
type
:
String
?