fix(security): Bump tar to 7.5.9 and lerna to 9.0.4 to fix CVE-2026-26960.#5825
Merged
wayfarer3130 merged 4 commits intoOHIF:release/3.12from Feb 18, 2026
Merged
Conversation
…6960. Bump sharp to 0.34.5 to fix tar-fs vulnerabilities.
wayfarer3130
approved these changes
Feb 18, 2026
Contributor
wayfarer3130
left a comment
There was a problem hiding this comment.
Looks the same as the master branch update.
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.
Context
GHSA-83g3-92jg-28cx
Changes & Results
Bump tar to 7.5.9 and lerna to 9.0.4 to fix CVE-2026-26960.
Bump sharp to 0.34.5 to fix tar-fs vulnerabilities.
Testing
Automated tests should run.
Checklist
PR
semantic-release format and guidelines.
Code
etc.)
Public Documentation Updates
additions or removals.
Greptile Summary
This PR addresses CVE-2026-26960 (a vulnerability in the
tarpackage) and transitive tar-fs vulnerabilities insharpthrough targeted dependency bumps:tar@7.5.9to rootresolutionsto force all transitive tar dependencies to the patched versionlernafrom 7.4.2 to 9.0.4 in the addOns devDependencies, which updates lerna's transitivetardependencysharp@0.34.5resolution toplatform/docs/package.jsonto fix tar-fs vulnerabilities in sharp's native addon chainyarn.lock,bun.lock,platform/docs/yarn.lock) are regenerated accordinglyThe changes are limited to dependency resolution and CI configuration — no application code is modified.
Confidence Score: 4/5
addOns/externals/devDependencies/package.jsonfile has a major version bump for lerna (7→9) — verify CI builds and lerna-based scripts work correctly after this change.Important Files Changed
Flowchart
flowchart TD A["CVE-2026-26960\n(tar vulnerability)"] --> B["Add tar@7.5.9\nto root resolutions"] A --> C["Bump lerna 7.4.2 → 9.0.4\n(updates transitive tar)"] D["tar-fs vulnerabilities\nin sharp"] --> E["Add sharp@0.34.5\nresolution in docs"] B --> F["yarn.lock / bun.lock\nregenerated"] C --> F E --> G["platform/docs/yarn.lock\nregenerated"] F --> H["Remove 4 ignored CVEs\nfrom CI audit config"] G --> H H --> I["CI security audit\npasses cleanly"]Last reviewed commit: 452f1a8