Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.5.2 #884

Merged
merged 63 commits into from
Jan 31, 2023
Merged

2.5.2 #884

merged 63 commits into from
Jan 31, 2023

Conversation

wklken
Copy link
Collaborator

@wklken wklken commented Jan 13, 2023

No description provided.

nannan00 and others added 30 commits November 17, 2022 19:59
feat(api return): full error detail when auth failed
* test(unittest): fix failed unittests
feat(src/build): merge build files from another repo
* feat(wsgi/faulthandler): enable faulthandler in wsgi.py

fix #770

* feat(remove): config.json for bk-user-sdk
fix(profile/create): fail when got no settings of expired_after_days
fix(audit/export): export fail when got ugettext_lazy
* feat: 本地目录导入excel支持选择更新 #728
feat: 登录密码试错锁定机制取消对admin用户豁免 #810
* feature: 页面操作密码重置,rsa加密
ci(github_action): enable check for pre_*
* feat: 导出增加<全名> #618
* feat: check old password for admin #811
caohua and others added 23 commits December 16, 2022 15:40
* feature: 忘记密码支持手机号验证进行重置
fix(src/build): support binary version redis
fix: Saas层补充代理接口,增加相关接口的免登陆白名单
docs(changelog): update to 2.5.2
* fix: 前端国际化补充
…878)

* fix(audit/login): fix #876 login audit log login_time not local time
@tencentblueking-adm
Copy link

tencentblueking-adm commented Jan 13, 2023

CLA assistant check
All committers have signed the CLA.

# token 生成
hashed_value = f"{self.profile.username}@{self.profile.domain}|{self.profile.telephone}"
md = hashlib.md5()
md.update(hashed_value.encode("utf-8"))

Check failure

Code scanning / CodeQL

Use of a broken or weak cryptographic hashing algorithm on sensitive data

[Sensitive data (id)](1) is used in a hashing algorithm (MD5) that is insecure.
yuri0528 and others added 4 commits January 29, 2023 14:25
fix: 修改密码报错问题修复
#890)

* fix(saas/search): fix profiles/search response userinfo miss account_expiration_date
* fix(saas/search): /search response body same with /profile/search
* fix(.github/actions): upgrade ubuntu and add cache for all actions
@wklken wklken merged commit 40ee56e into master Jan 31, 2023
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.

7 participants