-
-
Notifications
You must be signed in to change notification settings - Fork 607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transitive Dependencies not showing in Dependency-Graph #1513
Comments
This is a frontend issue. Duplicate of DependencyTrack/frontend#85 |
I am a bit confused about if this should this be fixed or not. It's marked as |
@almitte Closing this issue as the navigation down to transitive dependencies was resolved in v4.7. @roadSurfer the issue you're experiencing is due to both of your direct dependencies not having any dependences of their own. Neither of these dependencies have any dependencies defined in the BOM
|
@stevespringett - perhaps this is the wrong place, but I can see the dependencies defined on lines 5917 and 6199 of |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Current Behavior:
Transitive dependencies where the child node (second hierarchy level) is inside the "components" of the parent node (first hierarchy level) are not being displayed in Dependency-Graph. Error was noticed after using hierarchical Merge with CycloneDX-Cli, as only the first hierarchy level (the primary-components of the merged SBoMs) are showing in Dependency-Graph in Dtrack, but no second hierarchy level components.


Not working Code:
Result:
Working Code:


Result:
Dependencies:

Steps to Reproduce:
Add a child node to "components" of a first hierarchy level parent node and add this child node to "Dependencies" as well.
Also merge two valid SBoMs using the CycloneDX-Cli with the
--hierarchical
Setting. (Resulting SBoMs Dependency-Graph in Dtrack only displays first hierarchy level components.)Expected Behavior:
Dependency-Graph should display transitive dependencies.
Environment:
Additional Details:
(e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
The text was updated successfully, but these errors were encountered: