Release/20260430 - #513
Conversation
- 添加登录图形验证码功能,防止暴力破解 - 安全修复:降低圈复杂度、添加 switch default、提取字符串常量 - 将控制器中所有硬编码路由参数字符串替换为定义的常量(ParamLinkID、ParamSigningID、ParamEmail、ParamApplyTo) - 删除未使用的 linkIDKey、signingIDKey、applyToKey 常量 - 修复 fillLoginResult 吞掉隐私协议校验和角色获取错误的问题 - 修复 Redis 故障时验证码校验被绕过的问题(fail-open -> fail-closed) - 修复 checkCorpSummary 吞掉数据库错误的问题 - 删除冗余的 setVCDefaults 函数
feat: 添加登录图形验证码功能
fix: upgrade Go from 1.25.9 to 1.25.10 to fix CVEs
Welcome To opensourceways CommunityHey @KadenZhang3321 , thanks for your contribution to the community. Bot Usage ManualI'm the Bot here serving you. You can find the instructions on how to interact with me at Here . That means you can comment below every pull request or issue to trigger Bot Commands. Contact GuideIf you have any questions, please contact the SIG: infratructure , |
CLA Signature Guide@KadenZhang3321 , thanks for your pull request. The following commit(s) are not associated with a signed Contributor License Agreement (CLA).
To sign CLA, click here. To check if your email is configured correctly, refer to the FAQs. Once you've signed the CLA or updating your email, please comment |
Linking Issue Notice@KadenZhang3321 , the pull request must be linked to at least one issue. |
描述
验证码功能合入主分支
相关 Issue
https://github.com/opensourceways/backlog/issues/45
变更类型