Skip to content

chore(deps): bump @xhmikosr/decompress from 11.1.1 to 11.1.3#80

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/xhmikosr/decompress-11.1.3
Jul 9, 2026
Merged

chore(deps): bump @xhmikosr/decompress from 11.1.1 to 11.1.3#80
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/xhmikosr/decompress-11.1.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

Bumps @xhmikosr/decompress from 11.1.1 to 11.1.3.

Release notes

Sourced from @​xhmikosr/decompress's releases.

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

v11.1.2

What's Changed

Full Changelog: XhmikosR/decompress@v11.1.1...v11.1.2

Commits
  • 921c957 11.1.3
  • 4a2e46f extractFile: write files before hardlinks
  • 44bc4be runPlugins: use Array.flat()
  • eab194d refactor: hoist umask and timestamp out of the extraction loop
  • 3796c87 Rename variables
  • 2612bd5 Settle all entries before propagating a failure
  • b7d1726 Resolve the output path once per extraction
  • 60b5299 Strip setuid/setgid/sticky bits from extracted files
  • 281cefa Validate link targets to prevent escaping the output directory
  • aca5aac Fix sibling-prefix path traversal via path.relative
  • 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.1 to 11.1.3.
- [Release notes](https://github.com/XhmikosR/decompress/releases)
- [Commits](XhmikosR/decompress@v11.1.1...v11.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 9, 2026
@github-actions github-actions Bot merged commit 8ce3320 into main Jul 9, 2026
2 of 3 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/xhmikosr/decompress-11.1.3 branch July 9, 2026 09:10
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant