This is an automated email from the ASF dual-hosted git repository.
wanghailin pushed a commit to branch add-security-notice
in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git
The following commit(s) were added to refs/heads/add-security-notice by this
push:
new 55fede306084 Update index.js
55fede306084 is described below
commit 55fede306084dc5c8508dab15cf2a0d8110969b8
Author: hailin0 <[email protected]>
AuthorDate: Tue May 20 17:47:08 2025 +0800
Update index.js
---
src/pages/security/index.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/pages/security/index.js b/src/pages/security/index.js
index 4558e02e5214..b0bc8314dc54 100644
--- a/src/pages/security/index.js
+++ b/src/pages/security/index.js
@@ -20,6 +20,8 @@ export default function () {
</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.security_p_seatunnel_web_notice}</p>
+ <p
className="team_desc">{dataSource.info.security_p_seatunnel_zeta_notice}</p>
<p className="team_desc">{dataSource.info.tip}</p>
</div>
</Layout>