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: iterate over all fixable and manually fixable errata #74

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

psegedy
Copy link
Member

@psegedy psegedy commented Sep 27, 2024

before

INFO[0013] Vulnerabilities                               cves="[]"
INFO[0013] Vulnerabilities                               manually fixable cves="[CVE-2021-28861 CVE-2007-4559 CVE-2024-0450 CVE-2022-48560 CVE-2020-10735 CVE-2023-40217 CVE-2024-4032 CVE-2023-6597 CVE-2023-27043 CVE-2022-45061 CVE-2024-6923 CVE-2024-6232 CVE-2023-24329 CVE-2022-48564]"

after

INFO[0013] Vulnerabilities                               cves="[CVE-2020-10735 CVE-2021-28861 CVE-2022-45061]"
INFO[0013] Vulnerabilities                               manually fixable cves="[CVE-2024-6232 CVE-2023-24329 CVE-2024-6923 CVE-2023-40217 CVE-2007-4559 CVE-2024-0450 CVE-2023-27043 CVE-2024-4032 CVE-2022-48560 CVE-2022-48564 CVE-2023-6597]"

@psegedy psegedy requested a review from jdobes September 27, 2024 14:11
Copy link

jira-linking bot commented Sep 27, 2024

Commits missing Jira IDs:
ae68c7f

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 55.80%. Comparing base (86f6b90) to head (ae68c7f).
Report is 53 commits behind head on main.

Files with missing lines Patch % Lines
vmaas/vulnerabilities.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
- Coverage   56.74%   55.80%   -0.94%     
==========================================
  Files          11       11              
  Lines        2062     2025      -37     
==========================================
- Hits         1170     1130      -40     
+ Misses        838      818      -20     
- Partials       54       77      +23     
Flag Coverage Δ
unittests 55.80% <0.00%> (-0.94%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jdobes jdobes merged commit 5767402 into RedHatInsights:main Sep 27, 2024
2 of 3 checks passed
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