fix(deps): update dependency zx to v8.8.5 [security] - #285
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
SafeDep Report SummaryPackage Details
This report is generated by SafeDep GitHub App |
renovate
Bot
force-pushed
the
renovate/npm-zx-vulnerability
branch
from
December 3, 2025 18:45
7d037c4 to
0e392cc
Compare
renovate
Bot
force-pushed
the
renovate/npm-zx-vulnerability
branch
from
February 12, 2026 11:51
0e392cc to
2c166c2
Compare
renovate
Bot
force-pushed
the
renovate/npm-zx-vulnerability
branch
from
March 5, 2026 19:48
2c166c2 to
4c88a4f
Compare
renovate
Bot
force-pushed
the
renovate/npm-zx-vulnerability
branch
2 times, most recently
from
March 30, 2026 22:13
4c88a4f to
fc415a1
Compare
renovate
Bot
force-pushed
the
renovate/npm-zx-vulnerability
branch
from
April 8, 2026 14:41
fc415a1 to
ce96281
Compare
renovate
Bot
force-pushed
the
renovate/npm-zx-vulnerability
branch
2 times, most recently
from
April 28, 2026 06:46
ce96281 to
f984706
Compare
renovate
Bot
force-pushed
the
renovate/npm-zx-vulnerability
branch
2 times, most recently
from
April 29, 2026 22:11
f984706 to
c40317f
Compare
renovate
Bot
force-pushed
the
renovate/npm-zx-vulnerability
branch
from
May 12, 2026 17:43
c40317f to
0967a1b
Compare
renovate
Bot
force-pushed
the
renovate/npm-zx-vulnerability
branch
from
May 28, 2026 18:36
0967a1b to
fdeafb9
Compare
renovate
Bot
force-pushed
the
renovate/npm-zx-vulnerability
branch
3 times, most recently
from
July 30, 2026 17:44
6afbdac to
cbed6e9
Compare
renovate
Bot
force-pushed
the
renovate/npm-zx-vulnerability
branch
from
August 11, 2026 22:42
cbed6e9 to
5b78451
Compare
renovate
Bot
force-pushed
the
renovate/npm-zx-vulnerability
branch
from
August 26, 2026 20:43
5b78451 to
1c75497
Compare
renovate
Bot
force-pushed
the
renovate/npm-zx-vulnerability
branch
3 times, most recently
from
September 3, 2026 21:39
164947b to
c914d97
Compare
renovate
Bot
force-pushed
the
renovate/npm-zx-vulnerability
branch
from
September 10, 2026 21:34
c914d97 to
901feb9
Compare
renovate
Bot
force-pushed
the
renovate/npm-zx-vulnerability
branch
from
September 15, 2026 20:03
901feb9 to
c0cb9b2
Compare
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.




This PR contains the following updates:
8.6.2→8.8.5zx Uses Incorrectly-Resolved Name or Reference
CVE-2025-13437 / GHSA-w87r-vg9q-crqm
More information
Details
When zx is invoked with --prefer-local=, the CLI creates a symlink named ./node_modules pointing to /node_modules. Due to a logic error in src/cli.ts (linkNodeModules / cleanup), the function returns the target path instead of the alias (symlink path). The later cleanup routine removes what it received, which deletes the target directory itself. Result: zx can delete an external /node_modules outside the current working directory.
Severity
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:N/VI:H/VA:H/SC:N/SI:H/SA:H/E:UReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
google/zx (zx)
v8.8.5: — Temporary ReservoirCompare Source
This release fixes the issue, when zx flushes external
node_moduleson linking #1348 #1349 #1355Also
globby@15.0.0arrives here.v8.8.4: — Flange CouplingCompare Source
It's time. This release updates zx internals to make the
psAPI and related methodsProcessPromise.kill(),kill()work on Windows systems withoutwmic.#1344 webpod/ps#15
https://github.blog/changelog/2025-07-31-github-actions-new-apis-and-windows-latest-migration-notice/#windows-latest-image-label-migration
v8.8.3: — Sealing GasketCompare Source
Continues #1339 to prevent injections via
Proxyinput or customtoString()manipulations.v8.8.2: — Leaking ValveCompare Source
Fixes potential cmd injection via
kill()method for Windows platform. #1337 #1339. Affects the versions range8.7.1...8.8.1.v8.8.1: — Turbo FlushCompare Source
We keep improving the projects internal infra to bring more stability, safety and performance for artifacts.
Featfixes
kill()event logging #1312SIGTERMaskill()fallback signal #1313stdio()arg be an array #1311Enhancements
ProcessPromise[asyncIterator]inners #1307shellsetters #1314v8.8.0: — Pressure TestedCompare Source
This release enhances the coherence between the ProcessPromise and the Streams API, eliminating the need for certain script-level workarounds.
✨ New Features
unpipe()— Selectively stop pipingYou can now call
.unpipe()to stop data transfer from a source to a destination without closing any of the pair. #1302Many-to-one piping
Multiple sources can now stream into a single destination. All sources complete before the destination closes. #1300
Piping from rejected processes
Processes that exit with errors can now still pipe their output. The internal recorder retains their stream, status, and exit code. #1296
Components versions
Since zx bundles third-party libraries without their package.jsons, their versions weren’t previously visible. You can now access them via the
versionsstatic map — including zx itself. #1298 #1295v8.7.2: — Copper CrafterCompare Source
Stability and customizability improvements
nothrowoption onProcessPromiseinit stage #1288_snapshot.killSignalvalue onkill()#1287Failclass #1285$as type #1283Internal tweak ups #1276 #1277 #1278 #1279 #1280 #1281 #1282 #1286 #1289
Described the zx architecture basics. This section helps to better understand the zx concepts and internal logic, and will be useful for those who want to become a project contributor, make tools based on it, or create something similar from scratch. #1290 #1291 #1292
v8.7.1: — Pipe WhispererCompare Source
Continues v8.7.0: handles new
ps()corner case and improves$.killmechanics on Windows #1266 #1267 #1269 webpod/ps#14v8.7.0: — Solder SaviorCompare Source
Important fixes for annoying flaky bugs
kill() 🐞
We've found an interesting case #1262
If we kill the process again, the result might be unexpected:
This happens because the
pidmay be reused by the system for another process, so we've added extra assertions to prevent indeterminacy:ps() 🐛
ps()uses wmic internally on Windows, it relies on fragile heuristics to parse the output. We have improved this logic to handle more format variants, but over time (in v9 maybe) we're planning to change the approach.#1256 #1263 webpod/ps#12 webpod/ingrid#6
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.