mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-28 02:45:08 +08:00
1. 路径规范化中间件只检查 API/OPEN 前缀大小写而非整个路径 避免误拦截 /api/scripts/MyScript.js 等含大写的合法请求 2. init 中间件改用 pathLower 进行比较,补全防御深度 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app.ts | ||
| bootAfter.ts | ||
| db.ts | ||
| depInjector.ts | ||
| deps.ts | ||
| express.ts | ||
| initData.ts | ||
| initFile.ts | ||
| initTask.ts | ||
| logger.ts | ||
| server.ts | ||
| sock.ts | ||