This is an automated email from the ASF dual-hosted git repository.
tyrantlucifer pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git
The following commit(s) were added to refs/heads/main by this push:
new df66e31041 [Feature] Add apache security link (#219)
df66e31041 is described below
commit df66e310419857078c634169ada01bb5604854a3
Author: Eric <[email protected]>
AuthorDate: Mon Mar 27 16:38:55 2023 +0800
[Feature] Add apache security link (#219)
---
src/pages/security/index.js | 4 ++--
src/pages/security/languages.json | 5 ++++-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/pages/security/index.js b/src/pages/security/index.js
index 7cbab05d58..532d7b846c 100644
--- a/src/pages/security/index.js
+++ b/src/pages/security/index.js
@@ -12,9 +12,9 @@ export default function () {
return (
<Layout>
<div className="block team_page">
- <h3 className="team_title">security issues</h3>
+ <h2 className="team_title">security issues</h2>
<h3 className="team_title">Apache SeaTunnel Security</h3>
- <p className="team_desc">{dataSource.info.desc}</p>
+ <p className="team_desc">{dataSource.info.security_p_one}<a
href="http://www.apache.org/security/">{dataSource.info.security_team}</a>{dataSource.info.security_p_two}<a
href="[email protected]">[email protected]</a>.
{dataSource.info.security_p_three} </p>
<p className="team_desc">{dataSource.info.securitylink}</p>
<p className="team_desc">{dataSource.info.tip}</p>
</div>
diff --git a/src/pages/security/languages.json
b/src/pages/security/languages.json
index bd95e62445..5d7040bbdd 100644
--- a/src/pages/security/languages.json
+++ b/src/pages/security/languages.json
@@ -2,7 +2,10 @@
"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
[email protected]. 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 [...]
+ "security_p_one": "If you have apprehensions regarding SeaTunnel’s
security or you discover vulnerability or potential threat, don’t hesitate to
get in touch with the ",
+ "security_team": "Apache Security Team",
+ "security_p_two": " by dropping a mail at ",
+ "security_p_three": " 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 assessing and analysing the
findings.",
"tip": "PLEASE PAY ATTENTION to report the security issue on the
security email before disclosing it on public domain."
}
}