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 a vulnerability has an alias, the column displays no information. This issue arises from a problem in the frontend code, specifically in line <73:VulnerabilityList.vue> const aliases = common.resolveVulnAliases(value); where the function expects both the vulnerability source and the vulnerability alias, but only receives one parameter.
Steps to Reproduce
Go to the Vulnerabilities Section
Activate Alias
If a vulnerability has any aliases, the Aliases column does not display them.
Expected Behavior
Aliases Column displaying the alias assigned to that vulnerability in Vulnerabilities Section.
Current Behavior
When a vulnerability has an alias, the column displays no information. This issue arises from a problem in the frontend code, specifically in line <73:VulnerabilityList.vue> const aliases = common.resolveVulnAliases(value); where the function expects both the vulnerability source and the vulnerability alias, but only receives one parameter.
Steps to Reproduce
Go to the Vulnerabilities Section
Activate Alias
If a vulnerability has any aliases, the Aliases column does not display them.
Expected Behavior
Aliases Column displaying the alias assigned to that vulnerability in Vulnerabilities Section.
Dependency-Track Frontend Version
4.7.x
Browser
Google Chrome
Browser Version
Firefox
Operating System
Windows
Checklist
The text was updated successfully, but these errors were encountered: