chore: Remediate 1 Dependabot security alert (extract-zip via override) - #251
Merged
Conversation
Add overrides: { '@puppeteer/browsers': '^3.2.0' } to force
@wdio/utils off @puppeteer/browsers 2.x (which requires extract-zip
2.0.1). @puppeteer/browsers 3.x replaced extract-zip with modern-tar.
No patched version of extract-zip exists (first_patched_version: null),
so elimination via @puppeteer/browsers upgrade is the only available
fix. Rung 4 (overrides) — rung 1/2/3 cannot resolve a package with no
patched release. This pattern is precedented across this org.
The react-router alerts (#197, #198, #199) are NOT addressed here
because react-router-dom 7.x requires react@>=18 while this repo uses
react@^16.14.0. Bumping both is a breaking change handled separately
by the open PR #240.
Alert addressed:
- GHSA-jmr9-qjv8-65gv / CVE-2026-56876 (extract-zip <= 2.0.1, high)
extract-zip: 2.0.1 -> eliminated from tree
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #251 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 56 56
Lines 1787 1787
Branches 520 495 -25
=======================================
Hits 1753 1753
- Misses 33 34 +1
+ Partials 1 0 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
amanabiy
requested review from
NathanZlion and
ywyyu17
and removed request for
NathanZlion
August 21, 2026 14:13
Add overrides: { '@puppeteer/browsers': '^3.2.0' } to force
@wdio/utils off @puppeteer/browsers 2.x (which requires extract-zip
2.0.1). @puppeteer/browsers 3.x replaced extract-zip with modern-tar.
No patched version of extract-zip exists (first_patched_version: null),
so elimination via @puppeteer/browsers upgrade is the only available
fix. Rung 4 (overrides) — rung 1/2/3 cannot resolve a package with no
patched release. This pattern is precedented across this org.
The react-router alerts (#197, #198, #199) are NOT addressed here
because react-router-dom 7.x requires react@>=18 while this repo uses
react@^16.14.0. Bumping both is a breaking change handled separately
by the open PR #240.
Alert addressed:
- GHSA-jmr9-qjv8-65gv / CVE-2026-56876 (extract-zip <= 2.0.1, high)
extract-zip: 2.0.1 -> eliminated from tree
…hub.com/cloudscape-design/component-toolkit into dependabot-remediate/alert-gap-20260821
Python json.dump reformatted inline arrays to multi-line. Restore original compact format for typesVersions entries.
amanabiy
enabled auto-merge
August 21, 2026 14:19
ywyyu17
approved these changes
Aug 21, 2026
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
This PR addresses 1 of 4 open Dependabot security alerts in this repo (the only one fixable without a React major version bump).
This is an Outcome B gap PR (below consolidate_threshold of 5, no existing Dependabot PRs).
Alert Addressed
extract-zip, high,<= 2.0.1→ eliminated from treeDirect alert URL: https://github.com/cloudscape-design/component-toolkit/security/dependabot/217
Fix: added
overrides: { '@puppeteer/browsers': '^3.2.0' }.@wdio/utilsrequires@puppeteer/browsers@^2.2.0which depends onextract-zip@2.0.1.@puppeteer/browsers3.x replacedextract-zipwithmodern-tar.Rung 4 (overrides — no patched
extract-zipexists;first_patched_version: null; rung 1/2/3 cannot fix a package with no patched release). Precedented across this org.Alerts Left UNRESOLVED
The following 3 alerts require
react-router-dom7.x, which in turn requiresreact@>=18. This repo usesreact@^16.14.0, making a direct bump a breaking change out of scope for a lockfile-only security fix:These are addressed by the open PR #240 (
chore/upgrade-react-router-domby @jperals), which upgrades React alongside react-router-dom.NPMPM Availability
@puppeteer/browsers@3.2.1and all its sub-transitive deps aredev: true— excluded from NPMPM check per reviewer script scope. No non-dev packages changed. The reviewer's NPMPM check script should show GREEN.Merging this PR
Merging clears 1 of 4 open alerts (the extract-zip alert). The 3 react-router alerts remain open until PR #240 is merged.