Bump tar from 7.5.6 to 7.5.22 - #2679
Conversation
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>
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 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.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 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.