Skip to content

Commit 7901ba5

Browse files
authored
AMBARI-26012: Document how to report security issues (apache#3759)
1 parent 23e64e5 commit 7901ba5

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

docs/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -1758,7 +1758,11 @@
17581758
<reports>
17591759
<report>project-team</report>
17601760
<report>mailing-list</report>
1761+
<!-- we have our own page until we can integrate the
1762+
security reporting page in the project-info-reports plugin
1763+
https://issues.apache.org/jira/browse/MNG-7905
17611764
<report>issue-tracking</report>
1765+
-->
17621766
<report>license</report>
17631767
<!-- for now
17641768
<report>modules</report>

docs/src/site/apt/issue-tracking.apt

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
~~ Licensed to the Apache Software Foundation (ASF) under one or more
2+
~~ contributor license agreements. See the NOTICE file distributed with
3+
~~ this work for additional information regarding copyright ownership.
4+
~~ The ASF licenses this file to You under the Apache License, Version 2.0
5+
~~ (the "License"); you may not use this file except in compliance with
6+
~~ the License. You may obtain a copy of the License at
7+
~~
8+
~~ http://www.apache.org/licenses/LICENSE-2.0
9+
~~
10+
~~ Unless required by applicable law or agreed to in writing, software
11+
~~ distributed under the License is distributed on an "AS IS" BASIS,
12+
~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
~~ See the License for the specific language governing permissions and
14+
~~ limitations under the License.
15+
~~
16+
17+
Reporting security issues
18+
19+
The Apache Software Foundation takes a very active stance in eliminating security problems and denial of service attacks against its products.
20+
21+
We strongly encourage folks to report such problems to our private security mailing list first, before disclosing them in a public forum.
22+
23+
Please note that the security mailing list should only be used for reporting undisclosed security vulnerabilities and managing the process of fixing such vulnerabilities. We cannot accept regular bug reports or other queries at this address. All mail sent to this address that does not relate to an undisclosed security problem in our source code will be ignored.
24+
25+
The private security mailing address is: {{{mailto:security@ambari.apache.org}security@ambari.apache.org}}
26+
27+
If you are interested there is a {{{https://www.apache.org/security/committers.html}more detailed description of the process}}.
28+
29+
Issue Tracking
30+
31+
Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project: {{{https://issues.apache.org/jira/browse/AMBARI}https://issues.apache.org/jira/browse/AMBARI}}

docs/src/site/site.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
<item name="Events" href="https://www.apache.org/events/current-event" />
187187
<item name="License" href="https://www.apache.org/licenses/" />
188188
<item name="Sponsorship" href="https://www.apache.org/foundation/sponsorship" />
189-
<item name="Security" href="https://www.apache.org/security" />
189+
<item name="Security" href="https://ambari.apache.org/issue-tracking.html" />
190190
<item name="Thanks" href="https://www.apache.org/foundation/thanks" />
191191
<item name="Code of Conduct" href="https://www.apache.org/foundation/policies/conduct" />
192192
</menu>

0 commit comments

Comments
 (0)