Fix tmp CVE-2026-44705 (Path Traversal) by bumping to ^0.2.6#548
Open
imenkov wants to merge 1 commit into
Open
Fix tmp CVE-2026-44705 (Path Traversal) by bumping to ^0.2.6#548imenkov wants to merge 1 commit into
imenkov wants to merge 1 commit into
Conversation
Resolves GHSA-ph9p-34f9-6g65 (Path Traversal via unsanitized prefix/postfix, CWE-22, high). Installed version goes from 0.2.5 to 0.2.7 (current latest in the 0.2.x line); no API surface changes between these versions and `tmp` has no call sites in this repo (declared-but-unused dep), so no source edits required. S360-Run-Id: 495d2f2c-025e-4d09-ad47-bf5a23bad72f S360-KPI: SFI-ES5.2 S360-Skill: dependabot:dependency-update-orchestrator S360-Arm: dedicated_skill S360-Action-Items: 928b7015-db58-41a3-94ea-ab73c7bb9f4d:17027a63-3844-47e7-858a-baccf93ba52e
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
Remediates CVE-2026-44705 / GHSA-ph9p-34f9-6g65 (Path Traversal, CWE-22, high) in
tmp.Change
package.json:tmp^0.2.4→^0.2.6(caret is safe — no deprecated versions in the 0.2.x line)package-lock.json:tmp0.2.5→0.2.7(current latest)Why no source changes
tmphas zero call sites inapp/ortests/— it is a declared-but-unused dependency. (Removing the dep is out of scope for this CVE-focused PR; called out here so reviewers know the no-source-edit is intentional.)Files changed
package.jsonpackage-lock.jsonValidation
npm cisucceedsnpm run buildsucceeds — built binary runsTFX_TRACE=1traces correctlynpm test— 206 passing / 0 failing / 0 pending in ~37snpm auditconfirms thetmpadvisory absent post-fixVerified against
docs/contributions.mdend-to-end.🛠️ s360-breeze-toolkit · SFI-ES5.2 · run
495d2f2c