Package org.ossreviewtoolkit.model.vulnerabilities
See: Description
-
Enum Summary Enum Description Cvss2Rating The rating attaches human-readable semantics to the score number according to CVSS version 2, see https://www.balbix.com/insights/cvss-v2-vs-cvss-v3/#CVSSv3-Scoring-Scale-vs-CVSSv2-6. Cvss3Rating The rating attaches human-readable semantics to the score number according to CVSS version 3, see https://www.first.org/cvss/v3.0/specification-document#Qualitative-Severity-Rating-Scale. Cvss4Rating The rating attaches human-readable semantics to the score number according to CVSS version 4, see https://www.first.org/cvss/v4.0/specification-document#Qualitative-Severity-Rating-Scale. -
Class Summary Class Description Vulnerability Base model for all vulnerability providers supported by the advisor. VulnerabilityReference A data class representing detailed information about a vulnerability obtained from a specific source.