Nvd Cve
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)