Added security vulnerability reporting guidelines to security page.
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 @@
 <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:security@nifi.apache.org">security@nifi.apache.org</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>