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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 5b3374ad6 Add security report page on the website (#2538)
5b3374ad6 is described below

commit 5b3374ad6e9e95b924a77baef37090b8b8cce0d2
Author: JB Onofré <[email protected]>
AuthorDate: Wed Sep 17 17:32:28 2025 +0200

    Add security report page on the website (#2538)
    
    This closes #2521
---
 site/content/community/security-report.md | 43 +++++++++++++++++++++++++++++++
 site/hugo.yaml                            |  4 +++
 2 files changed, 47 insertions(+)

diff --git a/site/content/community/security-report.md 
b/site/content/community/security-report.md
new file mode 100644
index 000000000..2bdf82bf8
--- /dev/null
+++ b/site/content/community/security-report.md
@@ -0,0 +1,43 @@
+---
+#
+# 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.
+#
+linkTitle: Security Report
+type: docs
+weight: 500
+---
+
+# Security Report
+
+Adhering to the specifications of The ASF, the Apache Polaris community 
maintains a highly proactive and open attitude towards addressing security 
issues.
+
+We strongly recommend that users first report such issues on the 
[email protected] and [email protected], using the procedure details 
on [The ASF Security page](https://www.apache.org/security/committers.html).
+
+Please note that the [email protected] and [email protected] 
mailing lists are reserved for reporting undisclosed security vulnerabilities 
and following the vulnerability resolution process.
+Regular issue reports should be directed to GitHub Issue or the 
[email protected] mailing list.
+
+The general process for handling security vulnerabilities as follows:
+
+* The reporter privately reports the vulnerability to the [email protected] 
and [email protected] mailing lists (including as much information as 
possible, such as reproducible versions, relevant descriptions, reproduction 
methods, and the scope of impact).
+* The Polaris PPMC collaborates privately with the reporter to discuss if the 
report is accepted, vulnerability resolution (after preliminary confirmation, a 
`CVE` can be requested).
+* The podling creates a new release to include the vulnerability fix.
+* At an appropriate date, a general description of the vulnerability and how 
to apply fix will be publicly disclosed (in compliance with The ASF standards) 
both on this page and on the [email protected] mailing list.
+
+# Known Security Vulnerabilities (CVEs)
+
+No CVE so far.
diff --git a/site/hugo.yaml b/site/hugo.yaml
index 8448e5ac4..589cb37d0 100644
--- a/site/hugo.yaml
+++ b/site/hugo.yaml
@@ -148,6 +148,10 @@ menu:
       parent: "community"
       url: "/community/contributing-guidelines"
       weight: 60
+    - name: "Security Report"
+      parent: "community"
+      url: "/community/security-report"
+      weight: 70
     - name: "Release Guide"
       parent: "community"
       url: "/community/release-guide"

Reply via email to