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

cweProvenanceEntry

The normalized CWE identifiers one advisory source established for a CVE indicator.

Examples

type CweProvenanceEntry {
  source: CweSource!
  cwes: [String!]!
}

Fields

Field
Description
Supported fields

source CweSource!

The advisory source that returned the CWE identifiers.

cwes [String!]!

Canonical CWE identifiers returned by the source.

References

Fields with this object:

Last updated