fix: batch simple dependency bumps#11
Open
lfarrel6 wants to merge 1 commit into
Open
Conversation
Closed
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.
Resolves COM-57
Summary
Batch dependency bumps addressing 2 CVEs.
Highest Severity: HIGH | Earliest SLA: 2026-05-19T17:42:52.465Z
1. CVE-2026-39364 — Vite
server.fs.denyBypass via Query ParametersSeverity: HIGH | CVSS: 0
SLA Deadline: 2026-05-19T17:42:52.465Z
Affected Package:
vite >= 7.1.0, <= 7.3.1→ Fixed in7.3.2Dependabot Alert: https://github.com/evervault/3ds-example/security/dependabot/41
Files blocked by
server.fs.deny(e.g..env,*.crt) could be retrieved by appending special query parameters (?raw,?import&raw,?import&url&inline) to URLs, silently bypassing protection for sensitive files.Fix: Bumped
vitedevDependency from^7.1.12to^7.3.2(resolved to7.3.3).2. CVE-2025-64118 —
tarUninitialized Memory Disclosure viatar.t({ sync: true })Severity: MEDIUM | CVSS: 0
SLA Deadline: 2026-05-29T18:11:52.722Z
Affected Package:
tar = 7.5.1→ Fixed in7.5.2Dependabot Alert: https://github.com/evervault/3ds-example/security/dependabot/23
When
tar.t/tar.listis called with{ sync: true }and anonReadEntryhandler, a race condition with concurrent file truncation could cause Node.js to return a buffer containing uninitialized process memory.taris a transitive dependency viavite-plugin-vercel → @vercel/nft → @mapbox/node-pre-gyp → tar.Fix: Added
"tar": "^7.5.2"topnpm.overridesinpackage.json(resolved to7.5.15), following the same pattern already used forpath-to-regexpandesbuild.Changes
package.json: bumpedviteto^7.3.2, addedtaroverride^7.5.2pnpm-lock.yaml: regenerated lockfile entries forviteandtar