cweObject
Last updated
Represents a Common Weakness Enumeration (CWE) object describing a security weakness.
type CweObject {
name: String
shortName: String
description: String
url: String
}name String
Full name of the CWE
shortName String
Short name or identifier of the CWE
description String
Detailed description of the CWE
url String
URL linking to more information about the CWE
Last updated
