fix(ci): bump tar override to patched 7.5.11#42768
Closed
futuremind2026 wants to merge 1 commit into
Closed
Conversation
Contributor
Greptile SummaryThis PR is a minimal, targeted security fix that bumps the
Confidence Score: 5/5
Last reviewed commit: a6e8590 |
uninhibited-scholar
pushed a commit
to uninhibited-scholar/openclaw
that referenced
this pull request
Mar 11, 2026
Fixes tar security vulnerability (Symlink Path Traversal) Applied same fix as PR openclaw#42768 by futuremind2026
Contributor
Author
|
Closing this as superseded by current |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
taroverride from7.5.10to patched7.5.11pnpm-lock.yamlso the resolved production tree no longer installs the vulnerable tar releasesecrets/pnpm-audit-prodfailures that currently affect PR CIWhy
origin/maincurrently still pinstarto7.5.10throughpnpm.overrides, so freshpnpm audit --prod --audit-level=highruns fail with GHSA-9ppj-qmqm-q256 even though the direct dependency entry has already moved to7.5.11.This PR keeps the fix minimal by only aligning the override + lockfile with the patched release.
Verification
pnpm audit --prod --audit-level=high→ only moderate findings remain (no high)pnpm check