Initializes a new instance of a CVSS score.
the base score
the impact subscore
the exploitability subscore
the temporal score
the environmental score
the modified impact score
the overall score (non-standard addition by NIST/NVD)
Gets the base score.
The base score represents the severity of the vulnerability based on its intrinsic properties. It is constant over time.
the base score
Gets the CVSS v3.0/1 severity text for this score.
the severity text
Gets the environmental score.
The environmental score represents the severity of the vulnerability as it exists on a specific organization's IT infrastructure.
the environmental score
Gets the exploitability subscore.
The exploitability subscore is a measure of exploitability, derived from the base exploitability metrics.
the exploitability subscore
Gets the impact subscore.
The impact subscore is a measure of impact, derived from the base impact metrics.
the impact subscore
Gets the modified impact subscore.
The impact subscore is a measure of impact, derived from the modified (environmental) impact metrics.
the moodified impact subscore
Gets the overall score.
The overall score is a non-standard measure which is preferentially equal to the environmental score, then temporal score and finally base score if neither of the former two are defined.
the overall score
Gets the temporal score.
The temporal score represents the severity of the vulnerability as it currently exists, accounting for factors such as whether or not there exists an exploit, patch or workaround for the vulnerability.
the temporal score
Generated using TypeDoc
Represents a CVSS score produced by an instance of {@link CvssScoringEngine}.