From a3079f12431b60dbe1bf6e349245e807abd6cd65 Mon Sep 17 00:00:00 2001 From: Mark Janssen Date: Fri, 14 Jun 2019 23:42:59 +0200 Subject: [PATCH] Create SECURITY.md for GitHub security policy page GitHub has a security policy page (https://github.com/kubernetes/kubernetes/security/policy) that uses a SECURITY.md file from the repository to show the project's security policy. https://help.github.com/en/articles/adding-a-security-policy-to-your-repository --- .github/SECURITY.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/SECURITY.md diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 00000000000..3bafc83a139 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,14 @@ +# Security Policy + +## Supported Versions + +Information about supported Kubernetes versions can be found on the +[Kubernetes version and version skew support policy] page on the Kubernetes website. + +## Reporting a Vulnerability + +Instructions for reporting a vulnerability can be found on the +[Kubernetes Security and Disclosure Information] page. + +[Kubernetes version and version skew support policy]: https://kubernetes.io/docs/setup/release/version-skew-policy/#supported-versions +[Kubernetes Security and Disclosure Information]: https://kubernetes.io/docs/reference/issues-security/security/#report-a-vulnerability