Repository: nifi-site
Updated Branches:
  refs/heads/master 42b8dbd0c -> cc29163bf


Added security vulnerability reporting guidelines to security page.


Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/cc29163b
Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/cc29163b
Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/cc29163b

Branch: refs/heads/master
Commit: cc29163bf1f737e12d605be35d98b730352ecd36
Parents: 42b8dbd
Author: Andy LoPresto <[email protected]>
Authored: Thu Mar 23 11:22:12 2017 -0700
Committer: Andy LoPresto <[email protected]>
Committed: Thu Mar 23 11:25:48 2017 -0700

----------------------------------------------------------------------
 src/pages/html/security.hbs | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-site/blob/cc29163b/src/pages/html/security.hbs
----------------------------------------------------------------------
diff --git a/src/pages/html/security.hbs b/src/pages/html/security.hbs
index 8ade764..cf54c34 100644
--- a/src/pages/html/security.hbs
+++ b/src/pages/html/security.hbs
@@ -7,6 +7,39 @@ title: Apache NiFi Security Reports
 <div class="medium-space"></div>
 <div class="row">
     <div class="large-12 columns features">
+        <h2>Security Vulnerability Disclosure</h2>
+    </div>
+</div>
+<div class="row">
+        <div class="large-12 columns">
+            <p>Apache NiFi welcomes the responsible reporting of security 
vulnerabilities. The NiFi team believes that working with skilled security 
researchers across the globe is crucial in identifying weaknesses in any 
technology. If you believe you've found a security issue in our product or 
service, we encourage you to notify us. We will work with you to resolve the 
issue promptly.</p>
+            <h3>Disclosure Policy</h3>
+              <ul>
+                <li>Let us know as soon as possible upon discovery of a 
potential security issue, and we'll make every effort to quickly resolve the 
issue.</li>
+                <li>Provide us a reasonable amount of time to resolve the 
issue before any disclosure to the public or a third-party.</li>
+                <li>Make a good faith effort to avoid privacy violations, 
destruction of data, and  interruption or degradation of our service. Only 
interact with accounts you own or with explicit permission of the account 
holder.</li>
+              </ul>
+          <h3>Exclusions</h3>
+          <p>While researching, we'd like to ask you to refrain from:</p>
+          <ul>
+            <li>Denial of service</li>
+            <li>Spamming</li>
+            <li>Social engineering (including phishing) of Apache NiFi staff 
or contractors</li>
+            <li>Any physical attempts against Apache NiFi property or data 
centers</li>
+          </ul>
+          <h3>Reporting Methods</h3>
+          <p>NiFi accepts reports in multiple ways:</p>
+          <ul>
+            <li>Send an email to <a 
href="mailto:[email protected]";>[email protected]</a>. This is a 
private list monitored by the <a href="people.html">PMC</a>. For sensitive 
disclosures, the GPG key fingerprint is <strong>1230 3BB8 1F22 E11C 8725  926A 
AFF2 B368 23B9 44E9</strong>.</li>
+            <li>NiFi has a <a href="https://hackerone.com/apache_nifi"; 
target="_blank">HackerOne</a> project page. HackerOne provides a triaged 
process for researchers and organizations to collaboratively report and resolve 
security vulnerabilities.</li>
+          </ul>
+          <p>Thank you for helping keep Apache NiFi and our users safe!</p>
+        </div>
+     </div>
+</div>
+<div class="medium-space"></div>
+<div class="row">
+    <div class="large-12 columns features">
         <h2>Fixed in Apache NiFi 0.7.2 and 1.1.2</h2>
     </div>
 </div>

Reply via email to