WindowsDetailResponse

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CPE URI this vulnerability affects.

Link copied to clipboard

The description of this 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 KBs presence is considered a fix.

Link copied to clipboard

The name of this vulnerability.