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

Vulnerability Audit: add project tags column and support filtering #849

Open
2 tasks done
setchy opened this issue May 7, 2024 · 1 comment
Open
2 tasks done
Labels
enhancement New feature or request

Comments

@setchy
Copy link
Contributor

setchy commented May 7, 2024

Current Behavior

Really enjoying the new Vulnerability Audit views that are part of v4.11

We make use of project tags a lot to add organizational metadata to our portfolio.

Proposed Behavior

  1. Add a new column (perhaps optional) to view project tags
  2. Allow users to filter based on tag data

I believe this will require a corresponding enhancement to the /findings API

Checklist

@aravindparappil46
Copy link
Contributor

Hi @setchy !
I dabbled a little bit on this one and raised two draft PRs.

Need some help in figuring out how to update the SQL query (Finding.QUERY_ALL_FINDINGS) to be able to filter Finding by project tags, since Tag is a child table of Project (SQL join magic required 🪄 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants