Skip to content

Conversation

ciarams87
Copy link
Contributor

@ciarams87 ciarams87 commented Oct 9, 2025

Proposed changes

Problem: Some of the libraries in the latest helm-operator image are out of date

Solution: Run a microdnf update to update out of date packages

Testing: Ran grype and preflight locally to confirm the vulnerabilities are resolved

NOTE: There are vulnerabilities in the underlying go binary that cannot be fixed by this process:

NAME INSTALLED FIXED IN TYPE VULNERABILITY SEVERITY EPSS RISK stdlib go1.24.5 1.23.12, 1.24.6 go-module CVE-2025-47907 High < 0.1% (16th) < 0.1 stdlib go1.24.5 1.23.12, 1.24.6 go-module CVE-2025-47906 Medium < 0.1% (4th) < 0.1 helm.sh/helm/v3 v3.18.4 3.18.5 go-module GHSA-f9f8-9pmf-xv68 Medium < 0.1% (2nd) < 0.1 helm.sh/helm/v3 v3.18.4 3.18.5 go-module GHSA-9h84-qmv7-982p Medium < 0.1% (1st) < 0.1 

Closes #ISSUE

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

Release notes

If this PR introduces a change that affects users and needs to be mentioned in the release notes,
please add a brief note that summarizes the change.

 
@ciarams87 ciarams87 requested a review from a team as a code owner October 9, 2025 09:41
@github-actions github-actions bot added the bug Something isn't working label Oct 9, 2025
Copy link

codecov bot commented Oct 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.68%. Comparing base (1bfa2e9) to head (c0aa70b).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@ ## main #4048 +/- ## ========================================== - Coverage 86.73% 86.68% -0.05%  ========================================== Files 128 128 Lines 16758 16758 Branches 62 62 ========================================== - Hits 14535 14527 -8  - Misses 2040 2046 +6  - Partials 183 185 +2 

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
@ciarams87 ciarams87 force-pushed the fix/update-operator-libs branch from 85cc4c6 to c0aa70b Compare October 9, 2025 20:26
@ciarams87 ciarams87 enabled auto-merge (squash) October 9, 2025 20:26
@ciarams87 ciarams87 merged commit 2d2dfa8 into main Oct 9, 2025
60 of 61 checks passed
@ciarams87 ciarams87 deleted the fix/update-operator-libs branch October 9, 2025 20:55
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in NGINX Gateway Fabric Oct 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
3 participants