Uh oh!
There was an error while loading. Please reload this page.
Fix minimatch ReDoS vulnerabilities via pnpm overrides - #62796
Merged
pierrejeambrun merged 2 commits intoMar 4, 2026
Merged
Conversation
pierrejeambrun
requested review from
bbovenzi, choo121600, guan404ming, ryanahamilton, shubhamraj-git, vatsrahul1001 and vincbeck
as code ownersMarch 3, 2026 16:10
vincbeck
commented
Mar 3, 2026
Contributor
Closing #62743 then |
eladkal
approved these changes
Mar 3, 2026
vincbeck
approved these changes
Mar 3, 2026
pierrejeambrunforce-pushed
the
fix/dependabot-minimatch-redos-overrides
branch
from
March 3, 2026 16:16
5f104de to
94a6b8dCompareguan404ming
approved these changes
Mar 3, 2026
pierrejeambrunforce-pushed
the
fix/dependabot-minimatch-redos-overrides
branch
from
March 3, 2026 16:31
94a6b8d to
354c352Comparepierrejeambrun
commented
Mar 3, 2026
MemberAuthor
Backport PR #62805 |
potiuk
commented
Mar 3, 2026
Member
Conflicts? |
pierrejeambrun
commented
Mar 3, 2026
MemberAuthor
It's already backported. I'll solve conflicts tomorrow |
Update pnpm overrides to patch minimatch ReDoS vulnerabilities (CVE for matchOne() combinatorial backtracking and nested extglobs) across three UI manifests: - airflow-core/src/airflow/ui: add overrides for <3.1.4, >=9.0.0 <9.0.7, >=10.0.0 <10.2.3 - simple-auth-manager-ui: bump override from <10.2.1 to <10.2.3 - react-plugin-template: bump override from <10.2.1 to <10.2.3
The minimatch overrides used open-ended ranges (e.g. >=3.1.4) which allowed pnpm to resolve 3.x consumers to 10.x, breaking the API (minimatch 10.x uses named exports, 3.x uses a default function). Constrain to >=3.1.4 <4.0.0 and >=9.0.7 <10.0.0 respectively.
pierrejeambrunforce-pushed
the
fix/dependabot-minimatch-redos-overrides
branch
from
March 4, 2026 09:58
d88a3a8 to
830f10bCompareUh oh!
There was an error while loading. Please reload this page.
dominikhei pushed a commit
to dominikhei/airflow
that referenced
this pull request
Mar 11, 2026
* Fix minimatch ReDoS vulnerabilities via pnpm overrides Update pnpm overrides to patch minimatch ReDoS vulnerabilities (CVE for matchOne() combinatorial backtracking and nested extglobs) across three UI manifests: - airflow-core/src/airflow/ui: add overrides for <3.1.4, >=9.0.0 <9.0.7, >=10.0.0 <10.2.3 - simple-auth-manager-ui: bump override from <10.2.1 to <10.2.3 - react-plugin-template: bump override from <10.2.1 to <10.2.3 * Constrain minimatch overrides to major version ranges The minimatch overrides used open-ended ranges (e.g. >=3.1.4) which allowed pnpm to resolve 3.x consumers to 10.x, breaking the API (minimatch 10.x uses named exports, 3.x uses a default function). Constrain to >=3.1.4 <4.0.0 and >=9.0.7 <10.0.0 respectively.
1 task
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 freeto 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.
Update pnpm overrides to patch minimatch ReDoS vulnerabilities (CVE for matchOne() combinatorial backtracking and nested extglobs) across three UI manifests:
Was generative AI tooling used to co-author this PR?
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.