Class ResolveVulnerableSymbolsResponseResultsVulnerableSymbolsSymbols

A symbol identified as vulnerable within a dependency, including its name, type, and value.

Hierarchy

  • ResolveVulnerableSymbolsResponseResultsVulnerableSymbolsSymbols

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

The name of the vulnerable symbol.

type?: string

The type classification of the vulnerable symbol (e.g., function, class, variable).

value?: string

The value or identifier associated with the vulnerable symbol.

Generated using TypeDoc