Skip to content

chore(deps-api): bump @xhmikosr/decompress from 11.1.2 to 11.1.4 in /api - #190

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

chore(deps-api): bump @xhmikosr/decompress from 11.1.2 to 11.1.4 in /api#190
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/api/xhmikosr/decompress-11.1.4

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @xhmikosr/decompress from 11.1.2 to 11.1.4.

Release notes

Sourced from @​xhmikosr/decompress's releases.

v11.1.4

Security

Fixes a path-traversal escape (bypass of GHSA-mp2f-45pm-3cg9) where a chain of symlink entries lets an archive write/read files outside the output directory, potentially leading to RCE.

Affected: <= 11.1.3

  • 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@v11.1.3...v11.1.4

v11.1.3

Security

Fixes a crafted archive being able to read or write files outside the extraction directory:

  • 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)

Other changes

  • Write regular files before hardlinks so a hardlink to an extracted file resolves
  • Internal refactoring of the extraction code

Full changelog: XhmikosR/decompress@v11.1.2...v11.1.3

Commits
  • 18aacc5 11.1.4
  • 9651c32 Reject duplicate entry paths
  • d761266 Write extracted files with O_NOFOLLOW
  • 8009c1b Refuse hardlinks that target a symlink
  • f6c88c6 Validate created symlinks resolve inside the output directory
  • 3cfff38 Use native fs.realpath for containment checks
  • dadb5fe npm audit fix
  • 005692c Update @xhmikosr/decompress-tar to v9.0.2
  • f8c1a2c Reject unsafe entry paths during extraction
  • 8c024ab Update c8
  • 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 11.1.2 to 11.1.4.
- [Release notes](https://github.com/XhmikosR/decompress/releases)
- [Commits](XhmikosR/decompress@v11.1.2...v11.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants