From 15a1a58ecaa7dbe7e587f4b7c6e9d72a704971a7 Mon Sep 17 00:00:00 2001 From: Bai Date: Tue, 8 Apr 2025 13:18:52 +0800 Subject: [PATCH] perf: change support email --- SECURITY.md | 6 ++---- apps/jumpserver/conf.py | 4 ++-- apps/jumpserver/views/swagger.py | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 2f2ce1d50..5a119c625 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,8 +5,7 @@ JumpServer 是一款正在成长的安全产品, 请参考 [基本安全建议 如果你发现安全问题,请直接联系我们,我们携手让世界更好: - ibuler@fit2cloud.com -- support@fit2cloud.com -- 400-052-0755 +- support@lxware.hk # Security Policy @@ -16,6 +15,5 @@ JumpServer is a security product, The installation and development should follow All security bugs should be reported to the contact as below: - ibuler@fit2cloud.com -- support@fit2cloud.com -- 400-052-0755 +- support@lxware.hk diff --git a/apps/jumpserver/conf.py b/apps/jumpserver/conf.py index 359734d4e..31b9e1668 100644 --- a/apps/jumpserver/conf.py +++ b/apps/jumpserver/conf.py @@ -664,8 +664,8 @@ class Config(dict): 'TERMINAL_TELNET_REGEX': '', # 导航栏 帮助 - 'HELP_DOCUMENT_URL': 'https://docs.jumpserver.org/zh/v3/', - 'HELP_SUPPORT_URL': 'https://www.jumpserver.org/support/', + 'HELP_DOCUMENT_URL': 'https://jumpserver.com/docs', + 'HELP_SUPPORT_URL': 'https://www.lxware.hk/pages/about', 'FORGOT_PASSWORD_URL': '', 'HEALTH_CHECK_TOKEN': '', diff --git a/apps/jumpserver/views/swagger.py b/apps/jumpserver/views/swagger.py index 5a18b30f1..d7b8c05a8 100644 --- a/apps/jumpserver/views/swagger.py +++ b/apps/jumpserver/views/swagger.py @@ -54,7 +54,7 @@ api_info = openapi.Info( default_version='v1', description="JumpServer Restful api docs", terms_of_service="https://www.jumpserver.org", - contact=openapi.Contact(email="support@fit2cloud.com"), + contact=openapi.Contact(email="support@lxware.hk"), license=openapi.License(name="GPLv3 License"), )