This is an automated email from the ASF dual-hosted git repository. gaojun2048 pushed a commit to branch add_apache_security_link in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git
commit 56440ae7792f43f061451a50e92eed007bb48461 Author: gaojun <gaojun2...@gmail.com> AuthorDate: Sun Mar 26 18:22:51 2023 +0800 Add apache security link --- src/pages/security/index.js | 4 ++-- src/pages/security/languages.json | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pages/security/index.js b/src/pages/security/index.js index 7cbab05d58..41960eff0e 100644 --- a/src/pages/security/index.js +++ b/src/pages/security/index.js @@ -14,8 +14,8 @@ export default function () { <div className="block team_page"> <h3 className="team_title">security issues</h3> <h3 className="team_title">Apache SeaTunnel Security</h3> - <p className="team_desc">{dataSource.info.desc}</p> - <p className="team_desc">{dataSource.info.securitylink}</p> + <p className="team_desc">The Apache Software Foundation takes a rigorous standpoint in annihilating the security issues in its software projects. Apache SeaTunnel is highly sensitive and forthcoming to issues pertaining to its features and functionality.</p> + <p className="team_desc">If you have apprehensions regarding SeaTunnel’s security or you discover vulnerability or potential threat, don’t hesitate to get in touch with the <a href="http://www.apache.org/security/";>Apache Security Team</a> by dropping a mail at <a href="secur...@apache.org">secur...@apache.org</a>. In the mail, specify the project name SeaTunnel with the description of the issue or potential threat. You are also urged to recommend the way to reproduce and [...] <p className="team_desc">{dataSource.info.tip}</p> </div> </Layout> diff --git a/src/pages/security/languages.json b/src/pages/security/languages.json index bd95e62445..a4cfcb3fc4 100644 --- a/src/pages/security/languages.json +++ b/src/pages/security/languages.json @@ -1,8 +1,6 @@ { "en": { "info": { - "desc": "The Apache Software Foundation takes a rigorous standpoint in annihilating the security issues in its software projects. Apache SeaTunnel is highly sensitive and forthcoming to issues pertaining to its features and functionality.", - "securitylink": "If you have apprehensions regarding SeaTunnel’s security or you discover vulnerability or potential threat, don’t hesitate to get in touch with the Apache Security Team by dropping a mail at secur...@apache.org. In the mail, specify the project name SeaTunnel with the description of the issue or potential threat. You are also urged to recommend the way to reproduce and replicate the issue. The security team and the SeaTunnel community will get back to you after ass [...] "tip": "PLEASE PAY ATTENTION to report the security issue on the security email before disclosing it on public domain." } }