Skip to content

Commit 6917a2e

Browse files
committed
fix: pin website brace-expansion to 5.0.7 for CVE-2026-13149
Override transitive brace-expansion under rspress/ts-morph/minimatch so website npm audit and Dependabot high (GHSA-3jxr-9vmj-r5cp) clear.
1 parent d412495 commit 6917a2e

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

changelogs/unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
66
## 当前未发布实现候选(2026-07-21)
77

8+
- Dependabot #17 / CVE-2026-13149:`website``overrides` 固定 `brace-expansion@5.0.7`GHSA-3jxr-9vmj-r5cp DoS);`npm audit` 清零。
89
- PF-173:Claude MCP 部署补齐 `scripts/lib` 运行时依赖 allowlist(`cp-digest.js` / `host-parity-scorecard.js`)→ `.claude/scripts/lib/`,与 `mcp/*.js``require('../scripts/lib/…')` 对齐;接入 `cmdInitClaude` + managed descriptors;`test-host-installation` / `test-mcp-servers` 回归。
910
- 专家质量探针与实测标准收口:`MeasuredVerificationStandard` 写入 `compliance` SC14、`analyze-default` PCV-2a、`report``expert-output-quality``test-router``expertOutputQuality`);V84 增加 raw-text 最小锚点区分力(防止 canonical reader 掩盖完全缺失),修正 profile skillCount 探针,不再要求所有薄消费者堆完整 Gate 长清单。
1011
- 复审 R1 短修:`instructions/17-compliance.instructions.md` SC14 与 Skill 同源;`gate-registry` expert-output-quality 增加 `measuredVerification` / MVS legacyAnchors;V84 raw 强制对账 instructions+registry(防 VL-072 类逃逸)。

website/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@
2323
"react": "^19.2.4",
2424
"react-dom": "^19.2.4",
2525
"typescript": "^5.8.3"
26+
},
27+
"overrides": {
28+
"brace-expansion": "5.0.7"
2629
}
2730
}

0 commit comments

Comments
 (0)