frontend icon indicating copy to clipboard operation
frontend copied to clipboard

🚧 WIP: Display Project Tags In Vulnerability Audit Page

Open aravindparappil46 opened this issue 8 months ago • 0 comments

⚠️ NOTE: This is a Draft PR. Need help figuring out how to filter Findings by tags

Description

Adds a new column "Tags" (hidden by default, can be enabled within the column-chooser) which displays the corresponding project's tags

image

Addressed Issue

Partially addresses #849 Have to figure out how to filter by tags.

Additional Details

The API Server PR is https://github.com/DependencyTrack/dependency-track/pull/3797

Currently, it just populates the tags field to the Finding response.

Help Needed: Need assistance figuring out how to filter Findings by tags (filtering will be done by the API Server and the UI just needs to construct the /findings URL with a "tags" query param.

Checklist

aravindparappil46 avatar Jun 02 '24 21:06 aravindparappil46