Class ScaRequestDataAttributesDependenciesItems

A dependency found in the repository, including its identity, location, and reachability metadata.

Hierarchy

  • ScaRequestDataAttributesDependenciesItems

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
exclusions?: string[]

A list of patterns or identifiers that should be excluded from analysis for this dependency.

group?: string

The group or organization namespace of the dependency (e.g., Maven group ID).

isDev?: boolean

Indicates whether this is a development-only dependency not used in production.

isDirect?: boolean

Indicates whether this is a direct dependency (as opposed to a transitive one).

language?: string

The programming language ecosystem of this dependency (e.g., java, python, javascript).

The list of source file locations where this dependency is declared.

name?: string

The name of the dependency package.

packageManager?: string

The package manager responsible for this dependency (e.g., maven, pip, npm).

purl?: string

The Package URL (PURL) uniquely identifying this dependency.

Properties describing symbols from this dependency that are reachable in the application code.

version?: string

The version of the dependency.

Generated using TypeDoc