From 6716acb4ffea6934c061a166f2ce941a7c4853f8 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 12 Jan 2022 20:36:24 +0800 Subject: [PATCH 1/2] =?UTF-8?q?perf:=20=E6=9B=B4=E6=96=B0=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E8=8B=B1=E6=96=87=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SECURITY.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/SECURITY.md b/SECURITY.md index 950e4a6ca..2328ff7b6 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,3 +7,14 @@ JumpServer 是一款正在成长的安全产品, 请参考 [基本安全建议 - ibuler@fit2cloud.com - support@fit2cloud.com - 400-052-0755 + + +# Security Policy +JumpServer is a security product, The installation and development should follow our security tips. + +## Reporting a Vulnerability +All security bugs should be reported to the contact as below: + +- ibuler@fit2cloud.com +- support@fit2cloud.com +- 400-052-0755 From 4b44a54d97b30c02f3351a257a0a26c5db5fb555 Mon Sep 17 00:00:00 2001 From: xinwen Date: Fri, 31 Dec 2021 11:37:52 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E8=85=BE=E8=AE=AF=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E7=A0=81=E6=B5=8B=E8=AF=95=E4=B8=8D=E9=80=9A=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/settings/api/tencent_sms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/settings/api/tencent_sms.py b/apps/settings/api/tencent_sms.py index e20021005..b944c163c 100644 --- a/apps/settings/api/tencent_sms.py +++ b/apps/settings/api/tencent_sms.py @@ -51,7 +51,7 @@ class TencentSMSTestingAPI(GenericAPIView): phone_numbers=[test_phone], sign_name=tencent_verify_sign_name, template_code=tencent_verify_template_code, - template_param=OrderedDict(code='test') + template_param=OrderedDict(code='666666') ) return Response(status=status.HTTP_200_OK, data={'msg': _('Test success')}) except APIException as e: