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

Given a Vulnerability get the list of SBOM affected by that Vulnerability #282

Closed
Tracked by #500
carlosthe19916 opened this issue May 14, 2024 · 1 comment · Fixed by #518
Closed
Tracked by #500

Given a Vulnerability get the list of SBOM affected by that Vulnerability #282

carlosthe19916 opened this issue May 14, 2024 · 1 comment · Fixed by #518
Labels
frontend Frontend related code changes

Comments

@carlosthe19916
Copy link
Member

  • The endpoint GET /api/v1/vulnerability returns a set of Vulnerabilities
  • Each Vulnerability element, obtained in the endpoint mentioned above, should include a "count" with the total number of SBOMs affected by that vulnerability. It will serve to populate the image below. This is directly one of the 3 "use cases" originally defined in Trustification.

Screenshot from 2024-05-14 10-46-40

@carlosthe19916
Copy link
Member Author

Although not explicitly mentioned in the title of the issue. There is also the need to have not just the count but also the list of SBOMs affected by a Vulnerability. That will serve the purpose of populating the table with the list of related products/sboms (see image below)

Screenshot from 2024-05-14 11-01-58

@carlosthe19916 carlosthe19916 added the frontend Frontend related code changes label May 14, 2024
@carlosthe19916 carlosthe19916 changed the title Given a Vulnerability, how to get the count/total of SBOMs affected by that Vulnerability? Given a Vulnerability get the list of SBOM affected by that Vulnerability Jul 1, 2024
@carlosthe19916 carlosthe19916 pinned this issue Jul 1, 2024
@ctron ctron mentioned this issue Jul 3, 2024
3 tasks
@bobmcwhirter bobmcwhirter linked a pull request Jul 9, 2024 that will close this issue
@ctron ctron unpinned this issue Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Frontend related code changes
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant