fix(deps): bump shell-quote to 1.9.0 (CVE-2026-9277)#455
Merged
anilgangapersaud-circle merged 1 commit intoJun 30, 2026
Merged
Conversation
shell-quote 1.8.3 has a critical command-injection vulnerability (CVE-2026-9277, arbitrary code execution via unescaped input). The existing ^1.8.3 range already permits the patched release, so only the resolved lockfile version changes (1.8.3 -> 1.9.0, >= fixed 1.8.4). This unblocks the Build Image NG / build_image pipeline, whose Trivy image scan fails on critical CVEs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
anilgangapersaud-circle
approved these changes
Jun 30, 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 transitive
shell-quotedependency from 1.8.3 -> 1.9.0 to resolve CVE-2026-9277 (critical: arbitrary code execution via command injection from unescaped input). The patched release is 1.8.4; 1.9.0 is the current resolution within the existing^1.8.3range.Why
The downstream build pipeline runs a Trivy image scan with
fail_on_critical: true. The production image SBOM flaggedshell-quoteCVE-2026-9277 as the only unsuppressed CRITICAL, breaking the build.shell-quoteis pulled in transitively vialaunch-editor. The existing^1.8.3range already permits the fix, so only the resolved lockfile version changes -- nopackage.jsonchange.Verification
trivy fs --severity CRITICALonyarn.lock-> 0 vulnerabilities (was 1 in the production image scan).yarn install --frozen-lockfilesucceeds (lockfile in sync).shell-quotechanged; no other dependencies shifted.🤖 Generated with Claude Code