For the complete documentation index, see llms.txt. This page is also available as Markdown.

cweObject

Represents a Common Weakness Enumeration (CWE) object describing a security weakness.

Examples

type CweObject {
  name: String
  shortName: String
  description: String
  url: String
}

Fields

Field
Description
Supported fields

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

References

Fields with this object:

Last updated