Bump tar from 7.5.6 to 7.5.22 - #2679
Conversation
Hello dependabot[bot],My role is to assist you with the merge of this Available options
Available commands
Status report is not available. The following options are set: bypass_author_approval, bypass_jira_check |
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command: Alternatively, the The following options are set: bypass_author_approval, bypass_jira_check |
There was a problem hiding this comment.
Dependency Bump Evaluation
Version change: 7.5.6 -> 7.5.22 (patch)
Breaking changes: None
Security concerns: None — this update IS a security fix
Changes (key patches):
- 7.5.19: Add
maxDecompressionRatioguard against explosive decompression (zip bomb protection, default 1000:1 ratio) - 7.5.21: Prevent unbounded recursion in
list(DoS fix, capped at 100 depth) - 7.5.20: Fully disable and dispose of unzip when aborting parser (resource leak fix)
- 7.5.18: Refuse to let header size be less than 0 (malformed archive guard)
- 7.5.22: Allow transform to be falsey (minor fix)
Impact on codebase: tar is a direct dependency but has no direct import/require in the source code. It is used indirectly in test workflow infrastructure (tests/workflows/). The security fixes protect against malicious tar archives regardless of usage pattern.
Maintainer change note: PR flags "isaacs" as a new releaser — this is the original creator and primary maintainer of node-tar, so this is expected.
Install script note: PR flags a new prepare script — standard for TypeScript packages (runs build step during install).
Recommendation: SAFE TO MERGE (after CI passes)
— Claude Code
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.6 to 7.5.22. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v7.5.6...v7.5.22) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.22 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
5b63640 to
6ccd5de
Compare
There was a problem hiding this comment.
Dependency Bump Evaluation
Version change: 7.5.6 -> 7.5.22 (16 patch releases)
Breaking changes: None
Security concerns: None with the update itself — this bump fixes 10 CVEs (1 Critical, 6 High, 3 Medium) including path traversal, symlink exploitation, decompression bomb, and DoS vectors. Merging promptly is recommended.
CVEs fixed:
- CVE-2026-59873 (Critical): Decompression bomb DoS via unlimited input
- CVE-2026-24842 (High): Arbitrary file read/overwrite via hardlink path traversal
- CVE-2026-26960 (High): File read/write via hardlink escape through symlinks
- CVE-2026-29786 (High): Hardlink path traversal via drive-relative linkpath
- CVE-2026-31802 (High): Symlink path traversal via drive-relative linkpath
- CVE-2026-59874 (High): Negative tar entry size causes infinite loop DoS
- CVE-2026-73566 (High): Uncontrolled recursion causes stack overflow DoS
- CVE-2026-53655 (Medium): PAX size override causes parser desync / file smuggling
- CVE-2026-59875 (Medium): Uncaught exception DoS via NUL byte in PAX path
- CVE-2026-59871 (Medium): Process crash via PAX numeric path type confusion
Impact on codebase: tar is a direct dependency but has no direct imports in Arsenal source code. No codebase patterns are affected by the behavioral tightening in these patches.
Install script note: Dependabot flagged a new prepare script — this is standard TypeScript build tooling (tshy && bash scripts/build.sh) by the package author (isaacs). Not a supply chain concern.
Maintainer note: Dependabot flagged isaacs as a new releaser — isaacs is the original creator and long-time maintainer of node-tar. This reflects an npm publishing account change, not a maintainer transfer.
CI status: Checks were still in progress at time of review.
Recommendation: SAFE TO MERGE
— Claude Code
Bumps tar from 7.5.6 to 7.5.22.
Commits
2a22bfc7.5.22df1cd8dAllow transform to be falsey0cd9cc37.5.21631ae59list: prevent unbounded recursionebbb7207.5.202f27196fix: fully disable and dispose of unzip when aborting parserbe440da7.5.192812e93add maxDecompressionRatio guard against explosive decompression9ecd4d27.5.189e78bf0refuse to let header size be less than 0Maintainer changes
This version was pushed to npm by isaacs, a new releaser for tar since your current version.
Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.