This is an automated email from the ASF dual-hosted git repository.
jialiang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 7901ba57ca AMBARI-26012: Document how to report security issues (#3759)
7901ba57ca is described below
commit 7901ba57cadad09857cdcaf033e99f6abb87f686
Author: Arnout Engelen <[email protected]>
AuthorDate: Wed Jul 31 08:38:11 2024 +0200
AMBARI-26012: Document how to report security issues (#3759)
---
docs/pom.xml | 4 ++++
docs/src/site/apt/issue-tracking.apt | 31 +++++++++++++++++++++++++++++++
docs/src/site/site.xml | 2 +-
3 files changed, 36 insertions(+), 1 deletion(-)
diff --git a/docs/pom.xml b/docs/pom.xml
index 1ea2836751..1ec24724d7 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -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>
diff --git a/docs/src/site/apt/issue-tracking.apt
b/docs/src/site/apt/issue-tracking.apt
new file mode 100644
index 0000000000..77a3d8905e
--- /dev/null
+++ b/docs/src/site/apt/issue-tracking.apt
@@ -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}}
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index dc9f2eb0c1..f489c0700a 100644
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]