chore(deps): update dependency vite-plus to v0.1.18#746
Conversation
commit: |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #746 +/- ##
=======================================
Coverage 94.60% 94.60%
=======================================
Files 10 10
Lines 723 723
Branches 226 226
=======================================
Hits 684 684
Misses 36 36
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@copilot update to 0.1.18 and fix ci https://github.com/node-modules/urllib/actions/runs/24501177371/job/71608054589?pr=746 |
Agent-Logs-Url: https://github.com/node-modules/urllib/sessions/30a9c111-e406-4e82-92b4-7e746335aa25 Co-authored-by: fengmk2 <156269+fengmk2@users.noreply.github.com>
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Updated in 8659e66: bumped Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
This PR contains the following updates:
0.1.15→0.1.17GitHub Vulnerability Alerts
GHSA-33r3-4whc-44c2
Summary
downloadPackageManager()invite-plus/bindingaccepts an untrustedversionstring and uses it directly in filesystem paths. A caller can supply../segments to escape theVP_HOME/package_manager/<pm>/cache root and cause Vite+ to delete, replace, and populate directories outside the intended cache location.Details
The public
vite-plus/bindingexportdownloadPackageManager()forwardsoptions.versiondirectly into the Rust package-manager download flow without validating that it is a normal semver version.That value is used as a path component when building the install location under
VP_HOME. After the package is downloaded and extracted, Vite+:versionstring,Because the CLI validates versions via
semver::Version::parse()before calling this code, the protection that exists for normalvp create,vp migrate, andvp envflows does not apply to direct callers of the binding. A programmatic caller ofvite-plus/bindingcan pass traversal strings such as../../../escapedand break out ofVP_HOME.PoC
Impact
A caller that can influence
downloadPackageManager()input can escape the Vite+ cache directory and make the process overwrite attacker-chosen directories outsideVP_HOME. When combined with the supported custom-registry override (npm_config_registry), this becomes attacker-controlled file write outside the intended install root.Mitigating factors
vp create,vp migrate,vp env) validate the version string viasemver::Version::parse()before it reachesdownloadPackageManager().vite-plus/bindingdirectly and pass an untrusted version string.Severity
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:H/SA:HRelease Notes
voidzero-dev/vite-plus (vite-plus)
v0.1.17: vite-plus v0.1.17 — Windows installer, Nushell, and safer upgradesCompare Source
Broader platform reach with a standalone Windows installer and Nushell shell support.
Highlights
.exeinstaller — standalonevp-setup.exenow shipped as release asset for fully offline-friendly Windows installs (#1293)env.nuwrapper makesvp envwork natively in Nushell (#1312)vpnow blocks execution on incompatible Node.js versions instead of failing opaquely (#1360)vp upgrade— hardened trampoline regeneration and overall upgrade path to avoid leaving partial installs behind (#1338, #1369)vp check— task runner now cachesvp checkoutput for faster repeat runs (#1328)Features
.exeinstaller (vp-setup.exe) (#1293) — @fengmk2env.nuwrapper (#1312) — @naokihabanpm.scriptRunnertovpinvp createscaffolds (#1346) — @jong-kyungvpcommands when Node.js version is incompatible (#1360) — @liangmiQwQvp nodeshorthand forvp env exec node(#1359) — @fengmk28.0.8, vitest4.1.4, rolldown1.0.0-rc.15, tsdown0.21.8, oxlint1.60.0, oxfmt0.45.0, oxc0.124.0(#1334, #1341, #1352, #1375) — @BrooooooklynFixes & Enhancements
vp createe2e tests and fix yarn/bun migration bugs (#1317) — @fengmk2bin/oxfmtthe same way asoxlint(#1326) — @leaysgurvp checkin task runner (#1328) — @fengmk2vp upgradeflow (#1338) — @kazuponcore.symlinksis false (#1353) — @T4ko0522env.VP_VERSIONfor oxlint and oxfmt (#946) — @leaysgurpnpm dedupe --checkin CI to handle non-deterministic resolution (#1365) — @fengmk2KeyEventKindon Windows so arrow-key navigation works correctly (#1362) — @fengmk2vitest-devoverride in upgrade script (#1368) — @fengmk2.exefiles after upgrade (#1369) — @fengmk2Refactor
disable_panic_hookfeature for panic hook (#1330) — @fengmk2checkcommand into its own module (#1350) — @fengmk2cli.rsinto focused submodules (#1351) — @fengmk2Docs
vpxcommand (#1303) — @connorsheaChore
vp checkinstead ofvp fmt && vp lintin monorepo template (#1339) — @fengmk2crate-ci/typosaction to v1.45.1 (#1376) — @renovate[bot]Published Packages
@voidzero-dev/vite-plus-core@0.1.17@voidzero-dev/vite-plus-test@0.1.17vite-plus@0.1.17Installation
macOS/Linux:
curl -fsSL https://vite.plus | bashWindows:
Or download and run
vp-setup.exefrom the assets below.Upgrade:
New Contributors
Welcome to all new contributors! 🎉
@T4ko0522
Full Changelog: voidzero-dev/vite-plus@v0.1.16...v0.1.17
v0.1.16: vite-plus v0.1.16 — Security patches, Volta migration and Windows fixesCompare Source
A broad release focused on security and ecosystem compatibility: 3 Vite dev server security fixes, Volta migration support, Bun object-form workspaces, JFrog registry support, and a wave of Windows and shell fixes.
Highlights
server.fs.denybypass with query parameters (CVE-2026-39364, High — vite#22160), and path traversal in optimized deps.maphandling (CVE-2026-39365, Moderate — vite#22161)vp migratenow migrates Volta-managed Node.js versions to.node-version(#1201)vp env offdisables Node.js management globally — Disables Node.js management for all vp commands, not just the current shell (#1255)Features
.node-version(#1201) — @naokihabavp env offdisable Node.js management for all vp commands (#1255) — @fengmk2vp run --cachenow supports running without a task specifier and opens the interactive task selector (vite-task#313) — @HaasStefanFixes & Enhancements
latestto absolute latest Node.js version (#1253) — @fengmk2@tanstack/create-startwith@tanstack/cli(#1259) — @jong-kyunglint-staged(#1263) — @poradavp upgrade(#1272) — @kazuponRefactor
Replaces the split build strategy (tsc for local CLI code + rolldown for global modules) with a unified tsdown configuration. All third-party deps are now inlined at build time, eliminating the
rolldown.config.tsand its manual external/path-rewriting plugins. Runtime dependencies dropped from 10 → 6:dependenciescac,cross-spawn,jsonc-parser,picocolorsDocs
VITE_NODE_DIST_MIRRORtoVP_NODE_DIST_MIRROR(#1254) — @kazuponChore
076cef4(#1320) — @fengmk2matchDepNamesfor vite-task crates in renovate config (#1217) — @fengmk2Published Packages
@voidzero-dev/vite-plus-core@0.1.16@voidzero-dev/vite-plus-test@0.1.16vite-plus@0.1.16Installation
macOS/Linux:
curl -fsSL https://vite.plus | bashWindows:
Upgrade:
New Contributors
Welcome to all new contributors! 🎉
@porada, @hakshu25, @shaneturner, @rChaoz, @FleetAdmiralJakob
Full Changelog: voidzero-dev/vite-plus@v0.1.15...v0.1.16
Configuration
📅 Schedule: (UTC)
🚦 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.