This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 23a623920 Optimize pages
23a623920 is described below

commit 23a623920606a9988dbf240cf106808ce6b3ddd0
Author: Jingsong <[email protected]>
AuthorDate: Wed Sep 6 12:23:37 2023 +0800

    Optimize pages
---
 main/nav-footer.js                                |  32 +--
 main/security.html                                |  54 +++++
 main/team.html                                    |  82 +++++++
 pages/content/community/_index.md                 |  24 --
 pages/content/community/how-to-contribute.md      | 255 ----------------------
 pages/content/community/people.md                 |  55 -----
 pages/content/{releases/0.4.md => release-0.4.md} |   4 +-
 pages/content/releases/_index.md                  |  24 --
 pages/content/security.md                         |  31 ---
 9 files changed, 156 insertions(+), 405 deletions(-)

diff --git a/main/nav-footer.js b/main/nav-footer.js
index ebf50e107..6186bc34d 100644
--- a/main/nav-footer.js
+++ b/main/nav-footer.js
@@ -9,17 +9,6 @@ const navHtml = `
         <li class="nav-item active px-3">
             <a class="nav-link" 
href="https://paimon.apache.org/docs/master";>Document</a>
         </li>
-        <li class="nav-item dropdown px-3">
-            <a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" 
href="#" role="button" aria-haspopup="true" aria-expanded="false">ASF</a>
-            <div class="dropdown-menu">
-                <a class="dropdown-item" 
href="https://www.apache.org/";>Foundation</a>
-                <a class="dropdown-item" 
href="https://www.apache.org/licenses/";>License</a>
-                <a class="dropdown-item" 
href="https://www.apache.org/events/current-event";>Events</a>
-                <a class="dropdown-item" 
href="https://www.apache.org/security/";>Security</a>
-                <a class="dropdown-item" 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a>
-                <a class="dropdown-item" 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a>
-            </div>
-        </li>
         <li class="nav-item active px-3">
             <a class="nav-link" 
href="https://github.com/apache/incubator-paimon/";>Github</a>
         </li>
@@ -27,14 +16,29 @@ const navHtml = `
             <a class="nav-link" 
href="https://paimon.apache.org/users.html";>Who's Using</a>
         </li>
         <li class="nav-item active px-3">
-            <a class="nav-link" 
href="https://paimon.apache.org/releases/0.4.html";>Releases</a>
+            <a class="nav-link" 
href="https://paimon.apache.org/release-0.4.html";>Releases</a>
         </li>
-        <li class="nav-item active px-3">
-            <a class="nav-link" 
href="https://paimon.apache.org/community/how-to-contribute.html";>Community</a>
+        <li class="nav-item dropdown px-3">
+            <a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" 
href="#" role="button" aria-haspopup="true" aria-expanded="false">Community</a>
+            <div class="dropdown-menu">
+                <a class="dropdown-item" 
href="https://paimon.apache.org/docs/master/project/contributing/";>How to 
Contribute</a>
+                <a class="dropdown-item" 
href="https://paimon.apache.org/team.html";>Team</a>
+            </div>
         </li>
         <li class="nav-item active px-3">
             <a class="nav-link" 
href="https://paimon.apache.org/security.html";>Security</a>
         </li>
+        <li class="nav-item dropdown px-3">
+            <a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" 
href="#" role="button" aria-haspopup="true" aria-expanded="false">ASF</a>
+            <div class="dropdown-menu">
+                <a class="dropdown-item" 
href="https://www.apache.org/";>Foundation</a>
+                <a class="dropdown-item" 
href="https://www.apache.org/licenses/";>License</a>
+                <a class="dropdown-item" 
href="https://www.apache.org/events/current-event";>Events</a>
+                <a class="dropdown-item" 
href="https://www.apache.org/security/";>Security</a>
+                <a class="dropdown-item" 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a>
+                <a class="dropdown-item" 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a>
+            </div>
+        </li>
     </ul>
     </div>
 </nav>
diff --git a/main/security.html b/main/security.html
new file mode 100644
index 000000000..a56bc376e
--- /dev/null
+++ b/main/security.html
@@ -0,0 +1,54 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<!doctype html>
+<html lang="en">
+  <head>
+    <!-- Required meta tags -->
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+
+    <!-- Bootstrap CSS -->
+    <link href="lib/[email protected]/bootstrap.min.css" rel="stylesheet">
+    <link href="lib/[email protected]/bootstrap-icons.css" 
rel="stylesheet" >
+
+    <!-- Favicon of website  -->
+    <link rel="icon" type="image/x-icon" href="assets/paimon.svg">
+
+    <title>Apache Paimon</title>
+  </head>
+  <body class="d-flex flex-column min-vh-100">
+    <div class="container">
+      <div class="row">
+        <div class="col-12 text-center pt-5 pb-3">
+          <h2>Apache Paimon Security</h2>
+          <br>
+          <p>If you have apprehensions regarding Paimon'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 Paimon 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 Paimon community will get back 
to you after assessing and analysin [...]
+          <p>PLEASE PAY ATTENTION to report the security issue on the security 
email before disclosing it on public domain.</p>
+        </div>
+      </div>
+      <div id="user-imgs-row" class="row d-flex align-items-center pb-5">
+      </div>
+    </div>
+
+    <script src="nav-footer.js"></script>
+    <!-- Bootstrap JS -->
+    <script src="lib/[email protected]/bootstrap.bundle.min.js"></script>
+  </body>
+</html>
diff --git a/main/team.html b/main/team.html
new file mode 100644
index 000000000..b4bdb9faa
--- /dev/null
+++ b/main/team.html
@@ -0,0 +1,82 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<!doctype html>
+<html lang="en">
+  <head>
+    <!-- Required meta tags -->
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+
+    <!-- Bootstrap CSS -->
+    <link href="lib/[email protected]/bootstrap.min.css" rel="stylesheet">
+    <link href="lib/[email protected]/bootstrap-icons.css" 
rel="stylesheet" >
+
+    <!-- Favicon of website  -->
+    <link rel="icon" type="image/x-icon" href="assets/paimon.svg">
+
+    <title>Apache Paimon</title>
+  </head>
+  <body class="d-flex flex-column min-vh-100">
+    <div class="container">
+      <div class="row">
+        <div class="col-12 text-center pt-5 pb-3">
+          <h2>Team</h2>
+          <br>
+          <h3 id="mentors">
+            Mentors
+          </h3>
+          <p>Becket Qin</p>
+          <p>Robert Metzger</p>
+          <p>Stephan Ewen</p>
+          <p>Yu Li</p>
+          <br>
+          <h3 id="ppmc">
+            PPMC
+          </h3>
+          <p>Jingsong Lee</p>
+          <p>Caizhi Weng</p>
+          <p>Feng Wang</p>
+          <p>Nicholas Jiang</p>
+          <p>Timo Walther</p>
+          <p>Fang Yong</p>
+          <br>
+          <h3 id="committers">
+            Committers
+          </h3>
+          <p>Jingsong Lee</p>
+          <p>Caizhi Weng</p>
+          <p>Feng Wang</p>
+          <p>Nicholas Jiang</p>
+          <p>Timo Walther</p>
+          <p>Fang Yong</p>
+          <p>Zelin Yu</p>
+          <p>Chong Zhuang</p>
+          <p>Ming Li</p>
+        </div>
+      </div>
+      <div id="user-imgs-row" class="row d-flex align-items-center pb-5">
+      </div>
+    </div>
+
+    <script src="nav-footer.js"></script>
+    <!-- Bootstrap JS -->
+    <script src="lib/[email protected]/bootstrap.bundle.min.js"></script>
+  </body>
+</html>
diff --git a/pages/content/community/_index.md 
b/pages/content/community/_index.md
deleted file mode 100644
index b37875d86..000000000
--- a/pages/content/community/_index.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: Community
-bold: true
-bookCollapseSection: true
-weight: 2
----
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
diff --git a/pages/content/community/how-to-contribute.md 
b/pages/content/community/how-to-contribute.md
deleted file mode 100644
index f5c3a5ae1..000000000
--- a/pages/content/community/how-to-contribute.md
+++ /dev/null
@@ -1,255 +0,0 @@
----
-title: "How to Contribute"
-weight: 1
-type: docs
-aliases:
-- /community/how-to-contribute.html
----
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
-# How to Contribute
-
-Apache Paimon (incubating) is developed by an open and friendly community. 
Everybody is cordially welcome to join
-the community and contribute to Apache Paimon. There are several ways to 
interact with the community and contribute
-to Paimon including asking questions, filing bug reports, proposing new 
features, joining discussions on the mailing
-lists, contributing code or documentation, improving website, testing release 
candidates and writing corresponding blog etc.
-
-<h1>What do you want to do?</h1>
-<p>Contributing to Apache Paimon goes beyond writing code for the project. 
Below, we list different opportunities to help the project:</p>
-
-<table class="table table-bordered">
-  <thead>
-    <tr>
-      <th>Area</th>
-      <th>Further information</th>
-    </tr>
-  </thead>
-  <tbody>
-    <tr>
-      <td><span class="glyphicon glyphicon-exclamation-sign" 
aria-hidden="true"></span> Report Bug</td>
-      <td>To report a problem with Paimon, open <a 
href="https://github.com/apache/incubator-paimon/issues";>Paimon’s issues</a>. 
<br/>
-      Please give detailed information about the problem you encountered and, 
if possible, add a description that helps to reproduce the problem.</td>
-    </tr>
-    <tr>
-      <td><span class="glyphicon glyphicon-console" aria-hidden="true"></span> 
Contribute Code</td>
-      <td>Read the <a href="#code-contribution-guide">Code Contribution 
Guide</a></td>
-    </tr>
-    <tr>
-      <td><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Code 
Reviews</td>
-      <td>Read the <a href="#code-review-guide">Code Review Guide</a></td>
-    </tr>
-    <tr>
-      <td><span class="glyphicon glyphicon-thumbs-up" 
aria-hidden="true"></span> Release Version</td>
-      <td>Releasing a new Paimon version.</td>
-    </tr>
-    <tr>
-      <td><span class="glyphicon glyphicon-user" aria-hidden="true"></span> 
Support Users</td>
-      <td>Reply to questions on the <a 
href="https://github.com/apache/incubator-paimon#mailing-lists";>user mailing 
list</a>,
-          check the latest issues in <a 
href="https://github.com/apache/incubator-paimon/issues";>Issues</a> for tickets 
which are actually user questions.
-        </ul>
-      </td>
-    </tr>
-    <tr>
-      <td><span class="glyphicon glyphicon-volume-up" 
aria-hidden="true"></span> Spread the Word About Paimon</td>
-      <td>Organize or attend a Paimon Meetup, contribute to the Paimon blog, 
share your conference, meetup or blog
-          post on the <a 
href="https://github.com/apache/incubator-paimon#mailing-lists";>[email protected]
 mailing list</a>.
-      </td>
-    </tr>
-    <tr>
-      <td colspan="2">
-        <span class="glyphicon glyphicon-question-sign" 
aria-hidden="true"></span> Any other question? Reach out to the
-                     <a 
href="https://github.com/apache/incubator-paimon#mailing-lists";>[email protected]
 mailing list</a> to get help!
-      </td>
-    </tr>
-  </tbody>
-</table>
-
-## Code Contribution Guide
-
-Apache Paimon is maintained, improved, and extended by code contributions of 
volunteers. We welcome contributions to Paimon.
-
-Please feel free to ask questions at any time. Either send a mail to the Dev 
mailing list or comment on the issue you are working on.
-
-<style>
-.contribute-grid {
-  margin-bottom: 10px;
-  display: flex;
-  flex-direction: column;
-  margin-left: -2px;
-  margin-right: -2px;
-}
-
-.contribute-grid .column {
-  margin-top: 4px;
-  padding: 0 2px;
-}
-
-@media only screen and (min-width: 480px) {
-  .contribute-grid {
-    flex-direction: row;
-    flex-wrap: wrap;
-  }
-
-  .contribute-grid .column {
-    flex: 0 0 50%;
-  }
-
-  .contribute-grid .column {
-    margin-top: 4px;
-  }
-}
-
-@media only screen and (min-width: 960px) {
-  .contribute-grid {
-    flex-wrap: nowrap;
-  }
-
-  .contribute-grid .column {
-    flex: 0 0 25%;
-  }
-}
-
-.contribute-grid .panel {
-  height: 100%;
-  margin: 0;
-}
-
-.contribute-grid .panel-body {
-  padding: 10px;
-}
-
-.contribute-grid h2 {
-  margin: 0 0 10px 0;
-  padding: 0;
-  display: flex;
-  align-items: flex-start;
-}
-
-.contribute-grid .number {
-  margin-right: 0.25em;
-  font-size: 1.5em;
-  line-height: 0.9;
-}
-</style>
-
-<div class="contribute-grid">
-  <div class="column">
-    <div class="panel panel-default">
-      <div class="panel-body">
-        <h2><span class="number">1</span><a href="#consensus">Discuss</a></h2>
-        <p>Create a Issue or mailing list discussion and reach consensus</p>
-        <p><b>To request an issue, please note that it is not just a "please 
assign it to me", you need to explain your understanding of the issue, and your 
design, and if possible, you need to provide your POC code.</b></p>
-      </div>
-    </div>
-  </div>
-  <div class="column">
-    <div class="panel panel-default">
-      <div class="panel-body">
-        <h2><span class="number">2</span><a 
href="#implement">Implement</a></h2>
-        <p>Create the Pull Request and the approach agreed upon in the 
issue.</p>
-        <p><b>1.Only create the PR if you are assigned to the issue. 2.Please 
associate an issue (if any), e.g. fix #123. 3.Please enable the actions of your 
own clone project.</b></p>
-      </div>
-    </div>
-  </div>
-  <div class="column">
-    <div class="panel panel-default">
-      <div class="panel-body">
-        <h2><span class="number">3</span><a href="#review">Review</a></h2>
-        <p>Work with the reviewer.</p><br />
-        <p><b>1.Make sure no unrelated or unnecessary reformatting changes are 
included. 2.Please ensure that the test passing. 3.Please don't resolve 
conversation.</b></p>
-      </div>
-    </div>
-  </div>
-  <div class="column">
-    <div class="panel panel-default">
-      <div class="panel-body">
-        <h2><span class="number">4</span><a href="#merge">Merge</a></h2>
-        <p>A committer of Paimon checks if the contribution fulfills the 
requirements and merges the code to the codebase.</p>
-      </div>
-    </div>
-  </div>
-</div>
-
-## Code Review Guide
-
-Every review needs to check the following six aspects. **We encourage to check 
these aspects in order, to avoid
-spending time on detailed code quality reviews when formal requirements are 
not met or there is no consensus in
-the community to accept the change.**
-
-#### 1. Is the Contribution Well-Described?
-
-Check whether the contribution is sufficiently well-described to support a 
good review. Trivial changes and fixes
-do not need a long description. If the implementation is exactly according to 
a prior discussion on issue or the
-development mailing list, only a short reference to that discussion is needed.
-
-If the implementation is different from the agreed approach in the consensus 
discussion, a detailed description of
-the implementation is required for any further review of the contribution.
-
-#### 2. Does the Contribution Need Attention from some Specific Committers?
-
-Some changes require attention and approval from specific committers.
-
-If the pull request needs specific attention, one of the tagged 
committers/contributors should give the final approval.
-
-#### 3. Is the Overall Code Quality Good, Meeting Standard we Want to Maintain 
in Paimon?
-
-- Does the code follow the right software engineering practices? Is the code 
correct, robust, maintainable, testable?
-- Are the changes performance aware, when changing a performance sensitive 
part?
-- Are the changes sufficiently covered by tests? Are the tests executing fast?
-- If dependencies have been changed, were the NOTICE files updated?
-
-Code guidelines can be found in the [Flink Java Code Style and Quality 
Guide](https://flink.apache.org/how-to-contribute/code-style-and-quality-java/).
-
-#### 4. Are the documentation updated?
-
-If the pull request introduces a new feature, the feature should be documented.
-
-## Become a Committer
-
-#### How to become a committer
-
-There is no strict protocol for becoming a committer. Candidates for new 
committers are typically people that are
-active contributors and community members. Candidates are suggested by current 
committers or PPMC members, and
-voted upon by the PPMC.
-
-If you would like to become a committer, you should engage with the community 
and start contributing to Apache Paimon in
-any of the above ways. You might also want to talk to other committers and ask 
for their advice and guidance.
-
-- Community contributions include helping to answer user questions on the 
mailing list, verifying release candidates,
-  giving talks, organizing community events, and other forms of evangelism and 
community building. The "Apache Way" has
-  a strong focus on the project community, and committers can be recognized 
for outstanding community contributions even
-  without any code contributions.
-
-- Code/technology contributions include contributed pull requests (patches), 
design discussions, reviews, testing, 
-  and other help in identifying and fixing bugs. Especially constructive and 
high quality design discussions, as well
-  as helping other contributors, are strong indicators.
-
-#### Identify promising candidates
-
-While the prior points give ways to identify promising candidates, the 
following are "must haves" for any committer candidate:
-
-- Being community minded: The candidate understands the meritocratic 
principles of community management. They do not
-  always optimize for as much as possible personal contribution, but will help 
and empower others where it makes sense.
-
-- We trust that a committer candidate will use their write access to the 
repositories responsibly, and if in doubt,
-  conservatively. It is important that committers are aware of what they know 
and what they don't know. In doubt, 
-  committers should ask for a second pair of eyes rather than commit to parts 
that they are not well familiar with.
-
-- They have shown to be respectful towards other community members and 
constructive in discussions.
diff --git a/pages/content/community/people.md 
b/pages/content/community/people.md
deleted file mode 100644
index ca20af728..000000000
--- a/pages/content/community/people.md
+++ /dev/null
@@ -1,55 +0,0 @@
----
-title: "People"
-weight: 2
-type: docs
-aliases:
-- /community/people.html
----
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
-# People
-
-## Mentors
-
-* Becket Qin
-* Robert Metzger
-* Stephan Ewen
-* Yu Li
-
-## PPMC
-
-* Jingsong Lee
-* Caizhi Weng
-* Feng Wang
-* Nicholas Jiang
-* Timo Walther
-* Fang Yong
-
-## Committers
-
-* Jingsong Lee
-* Caizhi Weng
-* Feng Wang
-* Nicholas Jiang
-* Timo Walther
-* Fang Yong
-* Zelin Yu
-* Chong Zhuang
-* Ming Li
diff --git a/pages/content/releases/0.4.md b/pages/content/release-0.4.md
similarity index 96%
rename from pages/content/releases/0.4.md
rename to pages/content/release-0.4.md
index 07e2d930f..f6063568a 100644
--- a/pages/content/releases/0.4.md
+++ b/pages/content/release-0.4.md
@@ -1,9 +1,9 @@
 ---
 title: "Release 0.4"
-weight: -4
+weight: -10
 type: docs
 aliases:
-- /releases/0.4.html
+- /release-0.4.html
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
diff --git a/pages/content/releases/_index.md b/pages/content/releases/_index.md
deleted file mode 100644
index 157ef6fff..000000000
--- a/pages/content/releases/_index.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: Releases
-bold: true
-bookCollapseSection: true
-weight: 1
----
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
diff --git a/pages/content/security.md b/pages/content/security.md
deleted file mode 100644
index e8809dfc5..000000000
--- a/pages/content/security.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-title: "Security"
-weight: 3
-type: docs
-aliases:
-- /security.html
----
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
-# Apache Paimon Security
-
-If you have apprehensions regarding Paimon'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 Paimon 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 Paimon community will get back to you after 
assessing and analysing the findings.
-
-PLEASE PAY ATTENTION to report the security issue on the security email before 
disclosing it on public domain.

Reply via email to