Replies: 2 comments 2 replies
-
|
So I've been doing more research and took a look at the logs for the apiserver but I can't see anything wrong there, other than the 'PKIX path building failed' which I assume the SW can ignore. Is something supposed to happen when I clock on 'Export VDR'? I don't get any pop-ups so I assumed the report was created silently. Here are the apiserver logs: 2026-02-18 18:26:08,641 INFO [NistMirrorTask] Retrieval of nvdcve-2.0-2005.json.gz not necessary. Will use modified feed for updates. 2026-02-18 18:26:08,641 INFO [NistMirrorTask] Initiating download of https://nvd.nist.gov/feeds/json/cve/2.0/nvdcve-2.0-2005.meta 2026-02-18 18:26:08,747 INFO [NistMirrorTask] Downloading... 2026-02-18 18:26:08,750 INFO [NistMirrorTask] Retrieval of nvdcve-2.0-2004.json.gz not necessary. Will use modified feed for updates. 2026-02-18 18:26:08,751 INFO [NistMirrorTask] Initiating download of https://nvd.nist.gov/feeds/json/cve/2.0/nvdcve-2.0-2004.meta 2026-02-18 18:26:08,854 INFO [NistMirrorTask] Downloading... 2026-02-18 18:26:08,855 INFO [NistMirrorTask] Retrieval of nvdcve-2.0-2003.json.gz not necessary. Will use modified feed for updates. 2026-02-18 18:26:08,855 INFO [NistMirrorTask] Initiating download of https://nvd.nist.gov/feeds/json/cve/2.0/nvdcve-2.0-2003.meta 2026-02-18 18:26:08,965 INFO [NistMirrorTask] Downloading... 2026-02-18 18:26:08,968 INFO [NistMirrorTask] Retrieval of nvdcve-2.0-2002.json.gz not necessary. Will use modified feed for updates. 2026-02-18 18:26:08,968 INFO [NistMirrorTask] Initiating download of https://nvd.nist.gov/feeds/json/cve/2.0/nvdcve-2.0-2002.meta 2026-02-18 18:26:09,081 INFO [NistMirrorTask] Downloading... 2026-02-18 18:26:09,083 INFO [NistMirrorTask] Initiating download of https://nvd.nist.gov/feeds/json/cve/2.0/nvdcve-2.0-modified.json.gz 2026-02-18 18:26:09,218 INFO [NistMirrorTask] Downloading... 2026-02-18 18:26:09,409 INFO [NistMirrorTask] Uncompressing nvdcve-2.0-modified.json.gz 2026-02-18 18:26:09,447 INFO [NvdParser] Parsing nvdcve-2.0-modified.json 2026-02-18 18:26:32,468 INFO [PortfolioMetricsUpdateTask] Completed portfolio metrics update in 01:16:943 2026-02-18 18:26:38,366 INFO [NistMirrorTask] Initiating download of https://nvd.nist.gov/feeds/json/cve/2.0/nvdcve-2.0-modified.meta 2026-02-18 18:26:38,471 INFO [NistMirrorTask] Downloading... 2026-02-18 18:26:38,476 INFO [NistMirrorTask] NIST mirroring complete 2026-02-18 18:26:38,477 INFO [NistMirrorTask] Time spent (d/l): 3571ms 2026-02-18 18:26:38,477 INFO [NistMirrorTask] Time spent (parse): 28923ms 2026-02-18 18:26:38,479 INFO [NistMirrorTask] Time spent (total): 32817ms 2026-02-18 18:26:38,507 INFO [EpssMirrorTask] Starting EPSS mirroring task 2026-02-18 18:26:38,509 INFO [EpssMirrorTask] Initiating download of https://epss.cyentia.com/epss_scores-current.csv.gz 2026-02-18 18:26:38,748 ERROR [EpssMirrorTask] Download failed : (certificate_unknown) PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 2026-02-18 18:26:38,752 INFO [EpssMirrorTask] EPSS mirroring complete 2026-02-18 18:26:38,756 INFO [EpssMirrorTask] Time spent (d/l): 0ms 2026-02-18 18:26:38,758 INFO [EpssMirrorTask] Time spent (parse): 0ms 2026-02-18 18:26:38,758 INFO [EpssMirrorTask] Time spent (total): 244ms |
Beta Was this translation helpful? Give feedback.
-
|
All export / download features in the UI should cause a respective file to be downloaded by your browser. If that is not happening, may I ask you to open your browser's developer tools, navigate to the Console tab, and then clicking the export button again? If the UI is encountering an issue that causes the download to not happen for some reason, it should appear there. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm an absolute newbie to Docker, but I was able to successfully install Docker Desktop on my Windows 11 system and get the latest version of DependencyTrack up and running w/WSL 2. I've imported my SBOMs and analyzed them to identify vulnerabilities and now I'd like to produce a report. I click on 'Export VDR' under 'Audit Vulnerabilities', which I assume generates the report. My problem is that I can't find the report anywhere on my system. The instructions I can find say it's stored in a folder called '.dependency-track' under my home directory, but I can't find that folder anywhere, either in Windows or in the WSL subsystem.
Any suggestion on where the reports are being stored?
Thanks
John
Beta Was this translation helpful? Give feedback.
All reactions