Conversation
## 安全修復 (P0) - 修復 eval() 代碼注入漏洞,改用安全的 AST 解析器 - 修復過於寬鬆的 CORS 配置,改用環境變量白名單 - 修復 API key 時序攻擊漏洞,使用 secrets.compare_digest - 升級 axios 至 1.7.9 修復已知安全漏洞 ## 新增功能 - 新增速率限制中間件 (滑動窗口算法) - 新增 React Error Boundary 組件 - 新增可重用 UI 組件 (Button, Card, Section) - 新增 API 文檔入口 - 新增故障排除指南 ## 測試 - 新增速率限制中間件完整測試
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.
安全修復 (P0)
新增功能
測試
📋 PR 描述 / Description
🔗 相關 Issue / Related Issues
🔄 改動類型 / Type of Change
📝 改動說明 / Changes Made
🧪 測試方式 / How Has This Been Tested?
📸 截圖 / Screenshots (如適用 / if applicable)
✅ 自我檢查清單 / Checklist
📌 其他備註 / Additional Notes