VulnerabilityLocationResponse

data class VulnerabilityLocationResponse(val cpeUri: String, val package: String, val version: VersionResponse)

The location of the vulnerability.

Constructors

Link copied to clipboard
constructor(cpeUri: String, package: String, version: VersionResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CPE URI in cpe format format. Examples include distro or storage location for vulnerable jar.

Link copied to clipboard

The package being described.

Link copied to clipboard

The version of the package being described.