Fixes shell quote vulnerability.#239
Merged
Merged
Conversation
shell-quote 1.8.3 doesn't escape newlines in object .op values, which can allow shell injection. Pinned to >=1.8.4 via pnpm override. Also migrated pnpm config out of package.json's "pnpm" field (ignored since pnpm v11) into pnpm-workspace.yaml, and removed that file from .gitignore so the override actually applies.
pnpm v11 no longer reads the "pnpm" field in package.json. All settings were already migrated to pnpm-workspace.yaml in the previous commit.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
shinzo-docs | a908caa | Commit Preview URL Branch Preview URL |
Jun 22 2026, 12:29 PM |
Node 20 is deprecated on GitHub Actions runners. Also bumps pnpm from 9 to 11 to match the local version, which is required now that pnpm-workspace.yaml exists (pnpm 9 fails with "packages field missing or empty" when trying to resolve the store path).
Both packages are frequently updated and were published within the 24-hour minimumReleaseAge window when the lockfile was last generated, causing CI to fail. Exempting them by name so any version installs without the age check.
Cloudflare Pages bundles pnpm 10, which predates pnpm-workspace.yaml as the settings file and fails with "packages field missing or empty". The packageManager field tells Corepack (and Cloudflare) to download and use the correct version.
shell-quote 1.8.3 does not escape newlines in object .op values, allowing shell injection. Pinned to >=1.8.4 via pnpm override.
shell-quote 1.8.3 does not escape newlines in object .op values, allowing shell injection. Pinned to >=1.8.4 via pnpm override.
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.
Closes security issue