-
Notifications
You must be signed in to change notification settings - Fork 66
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
Conversation
This file contains 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
feat(api return): full error detail when auth failed
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
fix: 用户信息转译
fix:lint check #issue728
feat: 登录密码试错锁定机制取消对admin用户豁免 #810
fix: mypy check #728
* feature: 页面操作密码重置,rsa加密
ci(github_action): enable check for pre_*
* refactor: mypy check failed
Co-authored-by: huacao <[email protected]>
* feature: 忘记密码支持手机号验证进行重置
fix(src/build): support binary version redis
fix(poetry.lock): update
fix: Saas层补充代理接口,增加相关接口的免登陆白名单
docs(changelog): update to 2.5.2
* fix: 前端国际化补充
# 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.
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
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.
No description provided.