Class ScaRequestDataAttributesVulnerabilitiesItems

A vulnerability entry from the Software Bill of Materials (SBOM), describing a known security issue and the components it affects.

Hierarchy

  • ScaRequestDataAttributesVulnerabilitiesItems

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

The list of components affected by this vulnerability.

bomRef?: string

The unique BOM reference identifier for this vulnerability entry.

id?: string

The vulnerability identifier (e.g., CVE ID or similar).

Generated using TypeDoc