Fix minimatch ReDoS vulnerabilities via pnpm overrides#62796
Merged
pierrejeambrun merged 2 commits intoapache:mainfrom Mar 4, 2026
Merged
Fix minimatch ReDoS vulnerabilities via pnpm overrides#62796pierrejeambrun merged 2 commits intoapache:mainfrom
pierrejeambrun merged 2 commits intoapache:mainfrom
Conversation
Contributor
|
Closing #62743 then |
eladkal
approved these changes
Mar 3, 2026
vincbeck
approved these changes
Mar 3, 2026
5f104de to
94a6b8d
Compare
guan404ming
approved these changes
Mar 3, 2026
94a6b8d to
354c352
Compare
Member
Author
|
Backport PR #62805 |
Member
|
Conflicts? |
Member
Author
|
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.
d88a3a8 to
830f10b
Compare
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.
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.