fix(ci): bump helm to 4.1.4 for plugin CVE fixes#928
Merged
Conversation
Clears four High-severity container findings in the CI image, which installs helm via mise.toml: - CVE-2026-35204 / GHSA-vmx8-mqv2-9gmg (plugin path traversal) - CVE-2026-35205 / GHSA-q5jf-9vfq-h4h7 (plugin .prov verification fails open) Both are fixed in helm 4.1.4. Signed-off-by: John Myers <9696606+johntmyers@users.noreply.github.com>
|
🌿 Preview your docs: https://nvidia-preview-pr-928.docs.buildwithfern.com/openshell |
TaylorMutch
approved these changes
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps the
helmpin inmise.tomlfrom 4.1.1 to 4.1.4 to clear four High-severity container findings againstghcr.io/nvidia/openshell/ci. Source: nSpect Security Tracker (NSPECT-4VVR-UWWE).Related Issue
No tracking issue — direct remediation from the nSpect tracker; security vulns are not filed as GitHub issues per
SECURITY.md.Changes
mise.toml:helm = "4.1.1"→helm = "4.1.4"Addresses:
.provis missingTesting
mise run pre-commit— license:check fails on pre-existing gitignored files inarchitecture/plans/, not related to this change; no pre-commit hook installed locallymise installresolveshelm@4.1.4— deferred to CI image rebuildChecklist