mirror of https://github.com/jumpserver/jumpserver
commit
fbd0b44d4f
11
SECURITY.md
11
SECURITY.md
|
@ -7,3 +7,14 @@ JumpServer 是一款正在成长的安全产品, 请参考 [基本安全建议
|
||||||
- ibuler@fit2cloud.com
|
- ibuler@fit2cloud.com
|
||||||
- support@fit2cloud.com
|
- support@fit2cloud.com
|
||||||
- 400-052-0755
|
- 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
|
||||||
|
|
|
@ -51,7 +51,7 @@ class TencentSMSTestingAPI(GenericAPIView):
|
||||||
phone_numbers=[test_phone],
|
phone_numbers=[test_phone],
|
||||||
sign_name=tencent_verify_sign_name,
|
sign_name=tencent_verify_sign_name,
|
||||||
template_code=tencent_verify_template_code,
|
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')})
|
return Response(status=status.HTTP_200_OK, data={'msg': _('Test success')})
|
||||||
except APIException as e:
|
except APIException as e:
|
||||||
|
|
Loading…
Reference in New Issue