cweList

Basic information about a CWE (Common Weakness Enumeration) list entry.

Examples

type CweList {
  name: String
  description: String
  url: String
}

Fields

Field
Description
Supported fields

name String

Name of the CWE

description String

Description of the CWE

url String

URL linking to detailed information about the CWE

References

Fields with this object:

Last updated