DependencyTrack / DependencyTrack/frontend
Listing the dependants of a component
- Dominant language
- Vue
- Stars
- 171
- Forks
- 250
- Avg merge
- 10h 56m
- Merged PRs (30d)
- 84
Description
### Current Behavior
Given a component, currently if you want to extract the list of dependants of that component the only thing you can do (from the UI) is scrolling the Dependency Graph, which can be very hard when you have too many components.
### Proposed Behavior
Inside each component tab, adding a "Dependants" tab which lists all the components that depend on the selected component. In addition there should be a toggle button to filter only the project's direct dependencies (similarly to what you can do under Project > Components).
This would be useful when, given a vulnerable component, you need to extract the list of direct component to update in order to fix the vulnerable component.
### Checklist
- [x] I have read and understand the [contributing guidelines](https://github.com/DependencyTrack/dependency-track/blob/master/CONTRIBUTING.md#filing-issues)
- [x] I have checked the [existing issues](https://github.com/DependencyTrack/frontend/issues) for whether this enhancement was already requested
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.