Cve Weakness
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())