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

research: Issue Count by Severity for ComponentVersion #517

Open
1 task
MR2011 opened this issue Mar 12, 2025 · 0 comments
Open
1 task

research: Issue Count by Severity for ComponentVersion #517

MR2011 opened this issue Mar 12, 2025 · 0 comments
Assignees
Labels

Comments

@MR2011
Copy link
Collaborator

MR2011 commented Mar 12, 2025

Task Description

We want to display the number of Issues (Vulnerabilities) by Severity in an Image (ComponentVersion) that is used in a Service.

Example:

  • Image: MariaDB used by Service A
    • Critical: 1
    • High: 0
    • Medium: 1
    • Low: 3
    • None: 0

Things to consider:

  • ComponentVersion has direct relationship to Issue (not IssueMatch)
    • We're considering the relationship ComponentVersion <-> Issue
  • Issue doesn't store base Severity (could be changed?)
  • Severity changes depending on IssueRepository Priority per Service (that's why Severity in IssueVariant)

Acceptance Criteria:

  • Find a solution to fetch the counts
@MR2011 MR2011 added the heureka label Mar 12, 2025
@MR2011 MR2011 self-assigned this Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant