Skip to content

Commit 5b3374a

Browse files
authored
Add security report page on the website (#2538)
This closes #2521
1 parent f237d94 commit 5b3374a

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
#
3+
# Licensed to the Apache Software Foundation (ASF) under one
4+
# or more contributor license agreements. See the NOTICE file
5+
# distributed with this work for additional information
6+
# regarding copyright ownership. The ASF licenses this file
7+
# to you under the Apache License, Version 2.0 (the
8+
# "License"); you may not use this file except in compliance
9+
# with the License. You may obtain a copy of the License at
10+
#
11+
# http://www.apache.org/licenses/LICENSE-2.0
12+
#
13+
# Unless required by applicable law or agreed to in writing,
14+
# software distributed under the License is distributed on an
15+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
# KIND, either express or implied. See the License for the
17+
# specific language governing permissions and limitations
18+
# under the License.
19+
#
20+
linkTitle: Security Report
21+
type: docs
22+
weight: 500
23+
---
24+
25+
# Security Report
26+
27+
Adhering to the specifications of The ASF, the Apache Polaris community maintains a highly proactive and open attitude towards addressing security issues.
28+
29+
We strongly recommend that users first report such issues on the security@apache.org and private@polaris.apache.org, using the procedure details on [The ASF Security page](https://www.apache.org/security/committers.html).
30+
31+
Please note that the security@apache.org and private@polaris.apache.org mailing lists are reserved for reporting undisclosed security vulnerabilities and following the vulnerability resolution process.
32+
Regular issue reports should be directed to GitHub Issue or the dev@polaris.apache.org mailing list.
33+
34+
The general process for handling security vulnerabilities as follows:
35+
36+
* The reporter privately reports the vulnerability to the security@apache.org and private@polaris.apache.org mailing lists (including as much information as possible, such as reproducible versions, relevant descriptions, reproduction methods, and the scope of impact).
37+
* 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).
38+
* The podling creates a new release to include the vulnerability fix.
39+
* 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 dev@polaris.apache.org mailing list.
40+
41+
# Known Security Vulnerabilities (CVEs)
42+
43+
No CVE so far.

site/hugo.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ menu:
148148
parent: "community"
149149
url: "/community/contributing-guidelines"
150150
weight: 60
151+
- name: "Security Report"
152+
parent: "community"
153+
url: "/community/security-report"
154+
weight: 70
151155
- name: "Release Guide"
152156
parent: "community"
153157
url: "/community/release-guide"

0 commit comments

Comments
 (0)