CveWeakness

data class CveWeakness(val source: String? = null, val type: String? = null, val description: List<CweDescription> = emptyList())

Constructors

Link copied to clipboard
constructor(source: String? = null, type: String? = null, description: List<CweDescription> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: String?