A security vulnerability affecting one or more components.

Hierarchy

  • CycloneDXVulnerability

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

External advisory references for the vulnerability.

The components affected by this vulnerability. Must be non-empty. Each ref must match a bom-ref in components.

The exploitability analysis for the vulnerability. When state is set to resolved or resolved_with_pedigree, the vulnerability is closed in Datadog. Other state values are accepted but have no effect on the vulnerability status.

cwes?: number[]

CWE identifiers associated with the vulnerability.

description?: string

A short description of the vulnerability.

detail?: string

Detailed information about the vulnerability.

id: string

The vulnerability identifier (for example, a CVE ID).

The severity ratings for the vulnerability. Must contain exactly one element.

External reference identifiers for the vulnerability.

Generated using TypeDoc