WindowsDetailResponse

data class WindowsDetailResponse(val cpeUri: String, val description: String, val fixingKbs: List<KnowledgeBaseResponse>, val name: String)

Constructors

Link copied to clipboard
fun WindowsDetailResponse(cpeUri: String, description: String, fixingKbs: List<KnowledgeBaseResponse>, name: String)

Types

Link copied to clipboard
object Companion

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

The description of the vulnerability.

Link copied to clipboard

The names of the KBs which have hotfixes to mitigate this vulnerability. Note that there may be multiple hotfixes (and thus multiple KBs) that mitigate a given vulnerability. Currently any listed kb's presence is considered a fix.

Link copied to clipboard

The name of the vulnerability.