Detail Response
data class DetailResponse(val cpeUri: String, val description: String, val fixedLocation: VulnerabilityLocationResponse, val isObsolete: Boolean, val maxAffectedVersion: VersionResponse, val minAffectedVersion: VersionResponse, val package: String, val packageType: String, val severityName: String, val source: String, val sourceUpdateTime: String, val vendor: String)
Identifies all appearances of this vulnerability in the package for a specific distro/location. For example: glibc in cpe:/o:debian:debian_linux:8 for versions 2.1 - 2.2
Constructors
Link copied to clipboard
fun DetailResponse(cpeUri: String, description: String, fixedLocation: VulnerabilityLocationResponse, isObsolete: Boolean, maxAffectedVersion: VersionResponse, minAffectedVersion: VersionResponse, package: String, packageType: String, severityName: String, source: String, sourceUpdateTime: String, vendor: String)
Types
Properties
Link copied to clipboard
The CPE URI in cpe format in which the vulnerability manifests. Examples include distro or storage location for vulnerable jar.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard