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: summary report severity count #50

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

sacha-c
Copy link
Collaborator

@sacha-c sacha-c commented Feb 10, 2025

Fixes a bug where projects that have "acknowledged" vulnerabilities only show up in the acknowledged section of the general report, thus hiding that they still make have critical/high vulnerabilities.

Vulnerabilities should be sorted by severity kind instead of severity score. This is because the acknowledged kind is computed by us, and overrides the actual score since we deem it AOK

I did not add any tests, at this point it is not simple... #49

Vulnerabilities should be sorted by severity kind instead of severity score.
This is because the acknowledged kind is computed by us, and overrides the actual score since we deem it AOK
@sacha-c sacha-c requested a review from scastlara as a code owner February 10, 2025 12:08
@github-actions github-actions bot added the fix label Feb 10, 2025
@sacha-c sacha-c merged commit 57e0a21 into elementsinteractive:main Feb 10, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants