From eca379f73e8079dfba026c136bb95f8c85f8f48d Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Mon, 18 May 2020 21:12:55 +0000 Subject: [PATCH] Update Airship vulnerability link The Airship vulnerability documentation has moved [0]. This change updates SECURITY.md to point to the correct location. [0] https://docs.airshipit.org/learn/vulnerabilities.html Change-Id: Iea843a3399bc7836f5645c3ca81603e2e9ca7356 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 0000000..da9a2a5 --- /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://docs.airshipit.org/learn/vulnerabilities.html