Bump tmp from 0.2.4 to 0.2.6#7351
Merged
Merged
Conversation
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.4 to 0.2.6. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](raszi/node-tmp@v0.2.4...v0.2.6) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
n-lark
approved these changes
May 28, 2026
Contributor
n-lark
left a comment
There was a problem hiding this comment.
tmp 0.2.4 → 0.2.6 — packages/flowfuse
TL;DR: transitive of cypress only (dev/test scope, never ships to prod). This bump closes GHSA-ph9p-34f9-6g65 — HIGH-sev path traversal via unsanitized prefix/postfix. Current 0.2.4 is vulnerable. Safe to merge.
Standard gates
- Scope: transitive via
cypress@15.14.2 → tmponly; not in any package.jsondependencies/devDependenciesand not imported by ourforge/,frontend/, oree/code - Cypress allows it: cypress declares
tmp: "~0.2.4"which covers 0.2.6 - Diff: lockfile only (and 2 unrelated workflow lines from main being ahead)
- Published >12h ago (2026-05-26, ~42h);
latesttag is 0.2.7 (see note below) - Real CVE fix: GHSA-ph9p-34f9-6g65, HIGH, path traversal,
<0.2.6vulnerable, fixed in 0.2.6 - No new GHSA against 0.2.6 itself
- Local install + smoke: tmp@0.2.6 loads, exports match
- CI green on PR
- No conflicting Dependabot PR on same lockfile
Note: 0.2.7 is now latest
- 0.2.7 shipped 2026-05-27 (~22h ago) with hardening commits (
Reject non-string prefix, postfix, template+Merge commit from fork) — looks like defense-in-depth on the same area as 0.2.6's CVE. - No GHSA against 0.2.6 yet, so 0.2.7 isn't a published security fix.
- Dependabot hasn't opened a 0.2.7 PR yet; it will on its next scan cycle.
- Recommendation: merge 0.2.6 now to close the HIGH CVE. Comment
@dependabot recreate(or just close + reopen) when the 0.2.7 PR appears, then merge it as a routine patch.
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.
Bumps tmp from 0.2.4 to 0.2.6.
Commits
41f7159Bump up the versionefa4a06Merge commit from fork7ef2728Check for relative values3d2fe38Bump up the versione162828Merge pull request #309 from fflorent/fix-tmp-dir-with-dirb847d2fFix use of tmp.dir() withdiroptionDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.