This is an automated email from the ASF dual-hosted git repository.
pdesai pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git
The following commit(s) were added to refs/heads/master by this push:
new 6cdb63d Add a project-specific Security reporting instruction page.
(#363)
6cdb63d is described below
commit 6cdb63daaa00316b6671d6af5a3f928c823317ef
Author: Matt Rutkowski <[email protected]>
AuthorDate: Tue Mar 19 13:30:13 2019 -0500
Add a project-specific Security reporting instruction page. (#363)
* Add a project-specific Security reporting instruction page.
* Update security.html
---
_includes/partial/site-footer.html | 2 +-
_layouts/security.html | 48 ++++++++++++++++++++++++++++++++++++++
security.md | 11 +++++++++
3 files changed, 60 insertions(+), 1 deletion(-)
diff --git a/_includes/partial/site-footer.html
b/_includes/partial/site-footer.html
index ba1bd31..14d6336 100644
--- a/_includes/partial/site-footer.html
+++ b/_includes/partial/site-footer.html
@@ -24,7 +24,7 @@
<a class=""
href="http://www.apache.org/">Apache Software Foundation</a>
<a class=""
href="https://apache.org/events/current-event">Events</a>
<a class="" href="http://www.apache.org/licenses/">License</a>
- <a class="" href="http://www.apache.org/security/">Security</a>
+ <a class="" href="security.html">Security</a>
<a class=""
href="http://www.apache.org/foundation/thanks.html">Thanks</a>
<a class=""
href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
</div>
diff --git a/_layouts/security.html b/_layouts/security.html
new file mode 100644
index 0000000..2bf6259
--- /dev/null
+++ b/_layouts/security.html
@@ -0,0 +1,48 @@
+---
+layout: default
+---
+<!--
+# Licensed to the Apache Software Foundation (ASF) under one or more
contributor
+# license agreements; and to You under the Apache License, Version 2.0.
+-->
+<div id="whiskIndexedLayout">
+
+ <!-- Community Index -->
+ <div id="whiskIndex">
+ <ul>
+ <li><a href="#report">Security</a></li>
+ <li><a href="#report">Report a security vulnerability</a></li>
+
+ </ul>
+ </div>
+
+ <section id="whiskNodes">
+ <main class="doc">
+ <div class="content">
+ <a class="indexable" id="downloads"></a>
+ <h2>Security</h2>
+ <div class="collapsible-content">
+ <p>This page contains information on how to report a
security vulnerability within the Apache OpenWhisk project.</p>
+ </div>
+ </div>
+ </main>
+
+ <main class="doc">
+ <div class="content">
+ <a class="indexable" id="report"></a>
+ <h3>Report a security vulnerability</h3>
+ <div class="collapsible-content">
+ <p>It is strongly encouraged that security vulnerabilities
be reported to our private mailing list first, rather than disclosing them in a
public forum. The private security mailing address is: <a
href="mailto:[email protected]">[email protected]</a></p>
+ <p>Please note that this mailing list should only be used
for reporting undisclosed security vulnerabilities for Apache OpenWhisk code or
dependent libraries, runtimes and tooling. We do not accept regular bug reports
or other queries at this address.</p>
+ <p>The OpenWhisk project management committee upon receiving
the report will follow the Apache <a
href="https://www.apache.org/security/committers.html#vulnerability-handling">Vulnerability
handling</a> process as documented.
+ </p>
+ </div>
+ </div>
+ </main>
+ <main class="doc">
+ <div class="content"><p><i><b>Note</b>: The Apache OpenWhisk
community works in accordance with documented Apache security processes
documented here: <a href="http://www.apache.org/security/">Reporting a
vulnerability</a></i></p>
+ </div>
+ </main>
+ </section>
+
+</div>
diff --git a/security.md b/security.md
new file mode 100644
index 0000000..675ad86
--- /dev/null
+++ b/security.md
@@ -0,0 +1,11 @@
+---
+layout: security
+title: Apache OpenWhisk Security
+lede: Information on how to report and manage security vulnerabilities
+---
+
+# OpenWhisk Security
+
+This markdown is not used.
+
+To update content, make changes in `_layouts/security.html`.