Skip to content

Commit

Permalink
AMBARI-26012: Document how to report security issues (apache#3759)
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof authored Jul 31, 2024
1 parent 23e64e5 commit 7901ba5
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1758,7 +1758,11 @@
<reports>
<report>project-team</report>
<report>mailing-list</report>
<!-- we have our own page until we can integrate the
security reporting page in the project-info-reports plugin
https://issues.apache.org/jira/browse/MNG-7905
<report>issue-tracking</report>
-->
<report>license</report>
<!-- for now
<report>modules</report>
Expand Down
31 changes: 31 additions & 0 deletions docs/src/site/apt/issue-tracking.apt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
~~ 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.
~~

Reporting security issues

The Apache Software Foundation takes a very active stance in eliminating security problems and denial of service attacks against its products.

We strongly encourage folks to report such problems to our private security mailing list first, before disclosing them in a public forum.

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.

The private security mailing address is: {{{mailto:[email protected]}[email protected]}}

If you are interested there is a {{{https://www.apache.org/security/committers.html}more detailed description of the process}}.

Issue Tracking

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}}
2 changes: 1 addition & 1 deletion docs/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<item name="Events" href="https://www.apache.org/events/current-event" />
<item name="License" href="https://www.apache.org/licenses/" />
<item name="Sponsorship" href="https://www.apache.org/foundation/sponsorship" />
<item name="Security" href="https://www.apache.org/security" />
<item name="Security" href="https://ambari.apache.org/issue-tracking.html" />
<item name="Thanks" href="https://www.apache.org/foundation/thanks" />
<item name="Code of Conduct" href="https://www.apache.org/foundation/policies/conduct" />
</menu>
Expand Down

0 comments on commit 7901ba5

Please sign in to comment.