An instance of a vulnerable dependency that was detected

interface DependencyResult {
    dependency?: Dependency;
    dependencyResultId?: number;
    resultId?: number;
    rootDependencyId?: number;
    versionControlFilePath?: VersionControlFilePath;
}

Properties

dependency?: Dependency

Information about the vulnerable dependency that was found

dependencyResultId?: number

Unique ID for this dependency

resultId?: number

ID for the Result that this instance belongs to

rootDependencyId?: number

Heirarchal information when multiple instances are found

versionControlFilePath?: VersionControlFilePath

Information about where the dependency was found