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

fix: reduce calls to backend on vulnerabilities page #272

Merged
merged 3 commits into from
Nov 25, 2024

Conversation

carlosthe19916
Copy link
Member

Thanks to this trustification/trustify#1006 we can reduce the number of calls done to the backend when we are at the CVEs details page:

BEFORE:

  • For each SBOM found in the Vulnerability/CVE we fetch the SBOM.

AFTER

  • We do not need to fetch each SBOM as the original request has everything we need.

Screenshot From 2024-11-25 15-11-01

@trust-git-bot
Copy link

trust-git-bot commented Nov 25, 2024

🚀 Storybook Deployed Preview: https://trustify-ui-pr-272-preview.surge.sh

@carlosthe19916 carlosthe19916 merged commit 9ecb9b1 into trustification:main Nov 25, 2024
8 checks passed
@carlosthe19916 carlosthe19916 deleted the cve-optimize branch December 30, 2024 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants