You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the API returns a (500) error upon retrieving the affectedProjects for a Vulnerability, there is no indication of the error and the affectedProjects tab remains empty (0).
Steps to Reproduce
This only happens when the API returns an error, in my case it was cause by 1 or more projects having the ACTIVE column set to NULL.
Current Behavior
https://deptrack.com/vulnerabilities/GITHUB/GHSA-x8vp-gf4q-mw5j/affectedProjects
Which performs a request to
https://deptrack.com/api/v1/vulnerability/source/GITHUB/vuln/GHSA-x8vp-gf4q-mw5j/projects?excludeInactive=true&searchText=
When the API returns a (500) error upon retrieving the
affectedProjects
for aVulnerability
, there is no indication of the error and theaffectedProjects
tab remains empty (0
).Steps to Reproduce
This only happens when the API returns an error, in my case it was cause by 1 or more projects having the
ACTIVE
column set toNULL
.Expected Behavior
Some feedback about the error.
Dependency-Track Frontend Version
4.12.1
Browser
Google Chrome
Browser Version
latest
Operating System
Windows
Checklist
The text was updated successfully, but these errors were encountered: