diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-07-27 18:47:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-27 18:47:07 -0700 |
| commit | b861fb0d064c228739c6d551ccfe76092f9ce92d (patch) | |
| tree | 3d484c9433ee84e6dacc639a4541234a6bc78cce | |
| parent | 6eee4922bbc75dc7f9d1f22c9b7573009467437d (diff) | |
| parent | 6ee1aec881cd56a1b113876773608f4bddf453cc (diff) | |
Merge pull request #4996 from joelsmith/master
Add repo SECURITY.md
| -rw-r--r-- | SECURITY.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..2083d44c --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,22 @@ +# Security Policy + +## Security Announcements + +Join the [kubernetes-security-announce] group for security and vulnerability announcements. + +You can also subscribe to an RSS feed of the above using [this link][kubernetes-security-announce-rss]. + +## Reporting a Vulnerability + +Instructions for reporting a vulnerability can be found on the +[Kubernetes Security and Disclosure Information] page. + +## Supported Versions + +Information about supported Kubernetes versions can be found on the +[Kubernetes version and version skew support policy] page on the Kubernetes website. + +[kubernetes-security-announce]: https://groups.google.com/forum/#!forum/kubernetes-security-announce +[kubernetes-security-announce-rss]: https://groups.google.com/forum/feed/kubernetes-security-announce/msgs/rss_v2_0.xml?num=50 +[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 |
