-
Notifications
You must be signed in to change notification settings - Fork 27
fix: properly filter cvss scores for the advisory [Backport release/0.3.z] #1885
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
base: release/0.3.z
Are you sure you want to change the base?
fix: properly filter cvss scores for the advisory [Backport release/0.3.z] #1885
Conversation
Currently the logic incorrectly filters CVSS scores based on the vulnerability ID instead of the advisory ID. This change ensures that only CVSS scores related to the specific advisory are included in the advisory summary. (cherry picked from commit 4149075)
Reviewer's GuideBackport a fix to correctly associate CVSS scores with individual advisories by adjusting filtering logic and updating the method signature, alongside adding tests to verify the behavior. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No changes requested here, just a (raw/basic) way to hold on in merging this because not yet in scope for the upcoming 0.3.z
release.
Maybe also tag it with a milestone? |
Description
Backport of #1883 to
release/0.3.z
.Summary by Sourcery
Fix CVSS score filtering by advisory in vulnerability summaries and update tests accordingly
Bug Fixes:
Tests: