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 denoting the package manager version distributing a package.

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.