Skip to content
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

Aliases column is not displaying information in Vulnerabilities section #765

Closed
2 tasks done
LaVibeX opened this issue Mar 7, 2024 · 1 comment
Closed
2 tasks done
Labels
defect Something isn't working
Milestone

Comments

@LaVibeX
Copy link
Contributor

LaVibeX commented Mar 7, 2024

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.

image

Steps to Reproduce

  1. Go to the Vulnerabilities Section

  2. Activate Alias
    image

  3. 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.
image

Dependency-Track Frontend Version

4.7.x

Browser

Google Chrome

Browser Version

Firefox

Operating System

Windows

Checklist

@LaVibeX LaVibeX added defect Something isn't working in triage labels Mar 7, 2024
@nscuro nscuro removed the in triage label Mar 7, 2024
@nscuro nscuro added this to the 4.11 milestone Mar 7, 2024
@nscuro
Copy link
Member

nscuro commented Apr 3, 2024

Closed via #766

@nscuro nscuro closed this as completed Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants