VulnerabilityLocationResponse

data class VulnerabilityLocationResponse(val cpeUri: String, val fileLocation: List<FileLocationResponse>, val package: String, val version: VersionResponse)

The location of the vulnerability

Constructors

Link copied to clipboard
fun VulnerabilityLocationResponse(cpeUri: String, fileLocation: List<FileLocationResponse>, package: String, version: VersionResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cpe_uri in cpe format (https://cpe.mitre.org/specification/) format. Examples include distro or storage location for vulnerable jar. This field can be used as a filter in list requests.

Link copied to clipboard

The file location at which this package was found.

Link copied to clipboard

The package being described.

Link copied to clipboard

The version of the package being described. This field can be used as a filter in list requests.