From 4be50fe338ac50140eb4550b7eba0be9b878d2fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Tue, 1 Oct 2019 10:04:23 +0200 Subject: [PATCH] SECURITY: Add Security Policy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should make the vuln reporting process more visible on GitHub https://help.github.com/en/articles/adding-a-security-policy-to-your-repository Signed-off-by: Manuel RĂ¼ger --- README.md | 2 +- SECURITY.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 SECURITY.md diff --git a/README.md b/README.md index 11fa4138b..c17569248 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You can find official releases of `runc` on the [release](https://github.com/ope ## Security -Reporting process and disclosure communications are outlined in [/org/security](https://github.com/opencontainers/org/blob/master/security/) +The reporting process and disclosure communications are outlined in [/org/security](https://github.com/opencontainers/org/blob/master/security/). ## Building diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..63a743884 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,3 @@ +# Security + +The reporting process and disclosure communications are outlined in [/org/security](https://github.com/opencontainers/org/blob/master/security/).