DependencyTrack / frontend

Frontend UI for Dependency-Track
https://dependencytrack.org/
Apache License 2.0
92 stars 139 forks source link

No data showing in dependency graph #850

Open toekhaing opened 1 month ago

toekhaing commented 1 month ago

Current Behavior

I uploaded BOM via API. Components, vulnerabilities and policy violations are working well but there is no data showing in dependency graph.

dep

I am aware of that the components tab has a link to show in dependency graph and it is not showing any graph.

daf

My dependency track version is 4.10.1 and also tested for 4.11.0

Steps to Reproduce

  1. Upload BOM via API.
  2. Check dependency graph tab

Expected Behavior

Dependency Graph should be displayed all of the libraries and components.

Dependency-Track Frontend Version

4.10.0

Browser

Google Chrome

Browser Version

No response

Operating System

Windows

Checklist

nscuro commented 1 month ago

Please confirm whether the BOM you're uploading contains dependency graph information: https://cyclonedx.org/use-cases/#dependency-graph

toekhaing commented 1 month ago

I think the uploaded BOM file contains dependency graph information. Some components has bom-ref values and some are not. def

toekhaing commented 1 month ago

@nscuro, is there any update for this issue?