NvdCve

data class NvdCve(val id: String, val sourceIdentifier: String? = null, val published: Instant? = null, val lastModified: Instant? = null, val vulnStatus: String? = null, val descriptions: List<CveDescription> = emptyList(), val metrics: NvdMetrics? = null, val weaknesses: List<CveWeakness>? = null, val configurations: List<CveConfiguration>? = null, val references: List<CveReference> = emptyList(), val vendorComments: List<VendorComment>? = null, val cveTags: List<CveTag>? = null)

Constructors

Link copied to clipboard
constructor(id: String, sourceIdentifier: String? = null, published: Instant? = null, lastModified: Instant? = null, vulnStatus: String? = null, descriptions: List<CveDescription> = emptyList(), metrics: NvdMetrics? = null, weaknesses: List<CveWeakness>? = null, configurations: List<CveConfiguration>? = null, references: List<CveReference> = emptyList(), vendorComments: List<VendorComment>? = null, cveTags: List<CveTag>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard