Skip to content

Bump @xhmikosr/decompress from 10.0.1 to 10.2.2 - #2302

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/xhmikosr/decompress-10.2.2
Open

Bump @xhmikosr/decompress from 10.0.1 to 10.2.2#2302
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/xhmikosr/decompress-10.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor

Bumps @xhmikosr/decompress from 10.0.1 to 10.2.2.

Release notes

Sourced from @​xhmikosr/decompress's releases.

v10.2.2

Security

10.x backport of the 11.1.4 path-traversal fix (bypass of GHSA-mp2f-45pm-3cg9) - a symlink chain could write/read files outside the output directory, potentially leading to RCE.

Affected: <= 10.2.1

  • Resolve link/directory targets with realpath before the containment check
  • Re-validate created symlinks resolve inside the output dir (catches self-referential chains)
  • Refuse hardlinks that target a symlink
  • Write files with O_NOFOLLOW
  • Reject duplicate entry paths

Full changelog: XhmikosR/decompress@v10.2.1...v10.2.2

v10.2.1

Backport the v11.1.3 security fixes to v10.x:

  • Validate symlink and hardlink targets against the output directory
  • Replace the prefix-based containment check with path.relative, fixing a sibling-directory bypass
  • Strip setuid, setgid, and sticky bits from extracted files

Advisory: GHSA-mp2f-45pm-3cg9 (CVE-2026-53486)

Full Changelog: XhmikosR/decompress@v10.2.0...v10.2.1

v10.2.0

What's Changed

Full Changelog: XhmikosR/decompress@v10.1.0...v10.2.0

Commits
  • a2449a9 10.2.2
  • ee68170 Reject duplicate entry paths
  • a90980e Write extracted files with O_NOFOLLOW
  • 98b6196 Refuse hardlinks that target a symlink
  • 5f4b2f6 Validate created symlinks resolve inside the output directory
  • f0bc108 Use realpath for containment checks (native for links, graceful-fs for dirs)
  • 7363498 Reject unsafe entry paths during extraction
  • 27e85a7 npm audit fix
  • 742ab1a 10.2.1
  • 9b6e12e npm audit fix
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [@xhmikosr/decompress](https://github.com/XhmikosR/decompress) from 10.0.1 to 10.2.2.
- [Release notes](https://github.com/XhmikosR/decompress/releases)
- [Commits](XhmikosR/decompress@v10.0.1...v10.2.2)

---
updated-dependencies:
- dependency-name: "@xhmikosr/decompress"
  dependency-version: 10.2.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants