Class ResolveVulnerableSymbolsResponseResultsVulnerableSymbols

A collection of vulnerable symbols associated with a specific security advisory.

Hierarchy

  • ResolveVulnerableSymbolsResponseResultsVulnerableSymbols

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

The identifier of the security advisory that describes the vulnerability.

The list of symbols that are vulnerable according to this advisory.

Generated using TypeDoc