Skip to content

fix(vscode): upgrade minimatch to >=9.0.7 for CVE-2026-27903#220

Merged
lizhengfeng101 merged 1 commit into
alibaba:mainfrom
xyJen:fix/vscode-minimatch-yarn-lock
Jun 25, 2026
Merged

fix(vscode): upgrade minimatch to >=9.0.7 for CVE-2026-27903#220
lizhengfeng101 merged 1 commit into
alibaba:mainfrom
xyJen:fix/vscode-minimatch-yarn-lock

Conversation

@xyJen

@xyJen xyJen commented Jun 25, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • extensions/vscode/package.jsonresolutions 中增加 minimatch: ^9.0.7,与已有的 @typescript-eslint/typescript-estree/minimatch 约束对齐
  • 重新生成 extensions/vscode/yarn.lock,将 minimatch 解析版本从 9.0.3 提升至 9.0.9
  • 修复 Dependabot alert #11CVE-2026-27903:minimatch ReDoS,受影响范围 >=9.0.0, <9.0.7

Test plan

  • cd extensions/vscode && yarn install 成功
  • yarn.lockminimatch 解析版本为 9.0.9(>= 9.0.7)
  • cd extensions/vscode && npm test 通过
  • npm run compile 通过

Made with Cursor

@github-actions

Copy link
Copy Markdown
Contributor

OpenCodeReview: No comments generated. Looks good to me.

Add yarn resolution for minimatch and refresh yarn.lock to resolve
Dependabot alert alibaba#11 (ReDoS in minimatch <9.0.7).
@xyJen xyJen force-pushed the fix/vscode-minimatch-yarn-lock branch from de0e02e to d537674 Compare June 25, 2026 12:26

@lizhengfeng101 lizhengfeng101 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lizhengfeng101 lizhengfeng101 merged commit 52da795 into alibaba:main Jun 25, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants