DependencyResult interface
An instance of a vulnerable dependency that was detected
dependency | Information about the vulnerable dependency that was found |
dependency |
Unique ID for this dependency |
result |
ID for the Result that this instance belongs to |
root |
Heirarchal information when multiple instances are found |
version |
Information about where the dependency was found |
Information about the vulnerable dependency that was found
dependency: Dependency
Property Value
Unique ID for this dependency
dependencyResultId: number
Property Value
number
ID for the Result that this instance belongs to
resultId: number
Property Value
number
Heirarchal information when multiple instances are found
rootDependencyId: number
Property Value
number
Information about where the dependency was found
versionControlFilePath: VersionControlFilePath