From 32784082f998ecb27887a2e2bef19d8aff88ee78 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sat, 29 Oct 2016 14:00:40 -0400 Subject: [PATCH] Add security page --- website/source/layouts/_footer.erb | 1 + website/source/layouts/about.erb | 3 +++ website/source/security.html.erb | 33 ++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 website/source/security.html.erb diff --git a/website/source/layouts/_footer.erb b/website/source/layouts/_footer.erb index 29da13f4c..fecd485bc 100644 --- a/website/source/layouts/_footer.erb +++ b/website/source/layouts/_footer.erb @@ -12,6 +12,7 @@
  • VMware
  • Boxes
  • Support
  • +
  • Security
  • Book
  • diff --git a/website/source/layouts/about.erb b/website/source/layouts/about.erb index 9ee1e5011..2bdec11fb 100644 --- a/website/source/layouts/about.erb +++ b/website/source/layouts/about.erb @@ -14,6 +14,9 @@ > Sponsors + > + Security + <% end %> diff --git a/website/source/security.html.erb b/website/source/security.html.erb new file mode 100644 index 000000000..858e14bf8 --- /dev/null +++ b/website/source/security.html.erb @@ -0,0 +1,33 @@ +--- +layout: "about" +sidebar_current: "about-security" +page_title: "Security" +description: |- + Vagrant takes security very seriously. Please responsibly disclose any security vulnerabilities found and we'll handle it quickly. +--- + +

    Vagrant Security

    + +

    + We understand that many users place a high level of trust in HashiCorp + and the tools we build. We apply best practices and focus on security to + make sure we can maintain the trust of the community. +

    + +

    + We deeply appreciate any effort to disclose vulnerabilities responsibly. +

    + +

    + If you would like to report a vulnerability, please see the HashiCorp security + page, which has the proper email to communicate with as well as our + PGP key. Please do not create an GitHub issue for security + concerns. +

    + +

    + If you need to report a non-security related bug, please open and issue + on the Vagrant + GitHub repository. +