Class ResolveVulnerableSymbolsResponseResults

The result of resolving vulnerable symbols for a specific package, identified by its PURL.

Hierarchy

  • ResolveVulnerableSymbolsResponseResults

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
purl?: string

The Package URL (PURL) uniquely identifying the package for which vulnerable symbols are resolved.

The list of vulnerable symbol groups found in this package, organized by advisory.

Generated using TypeDoc