LocationResponse

data class LocationResponse(val cpeUri: String, val path: String, val version: VersionResponse)

An occurrence of a particular package installation found within a system's filesystem. E.g., glibc was found in /var/lib/dpkg/status.

Constructors

Link copied to clipboard
fun LocationResponse(cpeUri: String, path: String, version: VersionResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Deprecated. The CPE URI in CPE format

Link copied to clipboard

The path from which we gathered that this package/version is installed.

Link copied to clipboard

Deprecated. The version installed at this location.