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 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: