This is an automated email from the ASF dual-hosted git repository.
wanghailin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git
The following commit(s) were added to refs/heads/main by this push:
new bd34fb6e76b [NOTICE] Update security notice (#313)
bd34fb6e76b is described below
commit bd34fb6e76bf347e1c36d7cc9f6e8a205621fe9a
Author: Jia Fan <[email protected]>
AuthorDate: Tue Jun 18 10:27:19 2024 +0800
[NOTICE] Update security notice (#313)
---
src/pages/security/index.js | 6 +++++-
src/pages/security/languages.json | 1 +
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/pages/security/index.js b/src/pages/security/index.js
index 532d7b846c6..4558e02e521 100644
--- a/src/pages/security/index.js
+++ b/src/pages/security/index.js
@@ -14,8 +14,12 @@ export default function () {
<div className="block team_page">
<h2 className="team_title">security issues</h2>
<h3 className="team_title">Apache SeaTunnel Security</h3>
- <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.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.security_p_notice}</p>
<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 5d7040bbdde..20e49d487db 100644
--- a/src/pages/security/languages.json
+++ b/src/pages/security/languages.json
@@ -6,6 +6,7 @@
"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.",
+ "security_p_notice": "Before using SeaTunnel, please review the usage
documentation to ensure you understand the purpose and impact of each
operation.",
"tip": "PLEASE PAY ATTENTION to report the security issue on the
security email before disclosing it on public domain."
}
}