From 56224056663ac20dfd6b01a1f5fe836c0b307fe9 Mon Sep 17 00:00:00 2001 From: Drew Walters 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 --- .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 000000000..bd5888ab1 --- /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