github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/website/source/security.html.erb (about)

     1  ---
     2  layout: "inner"
     3  page_title: "Security"
     4  description: |-
     5    Terraform takes security very seriously. Please responsibly disclose any security vulnerabilities found and we'll handle it quickly.
     6  ---
     7  
     8  <h1>Terraform Security</h1>
     9  
    10  <p>
    11    We understand that many users place a high level of trust in HashiCorp
    12    and the tools we build. We apply best practices and focus on security to
    13    make sure we can maintain the trust of the community.
    14  </p>
    15  
    16  <p>
    17    We deeply appreciate any effort to disclose vulnerabilities responsibly.
    18  </p>
    19  
    20  <p>
    21    If you would like to report a vulnerability, please see the <a
    22    href="https://www.hashicorp.com/security.html">HashiCorp security
    23    page</a>, which has the proper email to communicate with as well as our
    24    PGP key. Please <strong>do not create an GitHub issue for security
    25    concerns</strong>.
    26  </p>
    27  
    28  <p>
    29    If you need to report a non-security related bug, please open and issue
    30    on the <a href="https://github.com/hashicorp/terraform">Terraform
    31    GitHub repository</a>.
    32  </p>