-
Notifications
You must be signed in to change notification settings - Fork 69
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
v2.3.6 #620
+18,111
−640
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
Collaborator
wklken
commented
Aug 18, 2022
•
edited
Loading
edited
- 新功能: 账号有效期
- 新功能: 接入OTEL
- 更新: iam 配置修复
- 更新: login去除footer中的v7
feature: 本地目录导入用户,新增根据密码初始化设置,是否发送密码邮件
- 新增: 账号过期时间 - 新增: 新增账户冻结周期任务 - 新增: 密码过期提醒 - bugfix: DDE注入漏洞解决,设置导入导出模板单元格为文本模式 Co-authored-by: Canway-shiisa <90179140+Canway-shiisa@users.noreply.github.com> Co-authored-by: v_yutyi <v_yutyi@tencent.com> Co-authored-by: Canway-jessonwang <101160580+Canway-jessonwang@users.noreply.github.com> Co-authored-by: nero <nero@canway.net>
notice_config.update( | ||
{"send_sms": {"sender": sms_config["sender"], "receivers": [profile["telephone"]], "message": message}} | ||
) | ||
logger.debug("--------- notice_config(%s) of profile(%s) ----------", notice_config, profile) |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information
[Sensitive data (password)](1) is logged here.
test(unittest): fix unittest fail after add permission check
chore(version): to v2.3.6-alpha.2
…query (#629) * fix(api/profiles): /api/v2/profiles fetch last_login_time cause huge query * fix(api/profiles): fix prefetch_related huge tables
Co-authored-by: v_yutyi <v_yutyi@tencent.com>
* feat(otel): update settings / helm charts * chore(helm): appVersion to v2.3.6-beta.1
* fix(version_log): bugfix, load fail * ci(helm): update version
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.