From 3ecd82ae6661a4f9813a552b7dcee5b1f772a840 Mon Sep 17 00:00:00 2001
From: Drew Walters <andrew.walters@att.com>
Date: Thu, 20 Feb 2020 16:57:57 -0600
Subject: [PATCH] Add SECURITY.md

All Airship projects are moving to GitHub issues. This change adds a
GitHub security policy that links to the official Airship vulnerability
management process [0]. When users on GitHub click "New Issue" on this
GitHub repository, they will see an option to report a security
vulnerability, which will direct them to our official policy.

[0] https://airship-docs.readthedocs.io/en/latest/security/vulnerabilities.html

Change-Id: Iaf060dd0085c21f0c4f18f100e3e053b5ceedbed
Signed-off-by: Drew Walters <andrew.walters@att.com>
---
 .github/SECURITY.md | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 .github/SECURITY.md

diff --git a/.github/SECURITY.md b/.github/SECURITY.md
new file mode 100644
index 00000000..bd5888ab
--- /dev/null
+++ b/.github/SECURITY.md
@@ -0,0 +1,9 @@
+# Security Policy
+
+## Reporting a Vulnerability
+
+The Airship community is committed to expediently confirming, resolving, and
+disclosing all reported security vulnerabilities. To report a security
+vulnerabillity, please refer to our [vulnerability management process][1].
+
+[1]: https://airship-docs.readthedocs.io/en/latest/security/vulnerabilities.html