chore: ignore minimatch ReDoS advisory (GHSA-3ppc-4f35-3m26)#40221
Merged
cryptodev-2s merged 1 commit intomainfrom Feb 19, 2026
Merged
chore: ignore minimatch ReDoS advisory (GHSA-3ppc-4f35-3m26)#40221cryptodev-2s merged 1 commit intomainfrom
cryptodev-2s merged 1 commit intomainfrom
Conversation
Only affects dev/build-time dependencies (eslint-plugin-n, glob) and is not shipped to users.
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Contributor
✨ Files requiring CODEOWNER review ✨👨🔧 @MetaMask/extension-platform (1 files, +5 -0)
|
Contributor
Builds ready [be18b6e]
UI Startup Metrics (1426 ± 96 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs
|
seaona
approved these changes
Feb 19, 2026
lwin-kyaw
approved these changes
Feb 19, 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
Adds minimatch advisory GHSA-3ppc-4f35-3m26 (ID 1113296) to
npmAuditIgnoreAdvisoriesin.yarnrc.yml.Reason: minimatch <10.2.1 has a high-severity ReDoS vulnerability via repeated wildcards with non-matching literals.
Why ignore: The vulnerable versions (3.1.2 via
eslint-plugin-n, 10.1.1 viaglob) are only used in dev/build-time dependencies and are not shipped to users.Changelog
CHANGELOG entry: null
Related issues
Fixes:
Manual testing steps
yarn npm auditand verify advisory 1113296 no longer appears.Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Config-only change that affects audit reporting/CI noise, not runtime behavior. Risk is mainly that a real vulnerability could be overlooked if
minimatchusage changes in the future.Overview
Updates
.yarnrc.ymlto ignore npm audit advisory1113296forminimatch(GHSA-3ppc-4f35-3m26), with comments documenting that the ReDoS issue is only present in dev/build-time dependencies and not shipped to users.Written by Cursor Bugbot for commit be18b6e. This will update automatically on new commits. Configure here.