Skip to content

Commit 111ce12

Browse files
committed
Vulnerability reporting doc.
1 parent cc326c7 commit 111ce12

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

docs/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ Documentation for other releases can be found at
5757
* If something went wrong, see the [troubleshooting](troubleshooting.md) document for how to debug.
5858
You should also check the [known issues](user-guide/known-issues.md) for the release you're using.
5959

60+
* To report a security issue, see [Reporting a Security Issue](reporting-security-issues.md).
61+
6062

6163
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
6264
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/README.md?pixel)]()

docs/reporting-security-issues.md

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<!-- BEGIN MUNGE: UNVERSIONED_WARNING -->
2+
3+
<!-- BEGIN STRIP_FOR_RELEASE -->
4+
5+
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
6+
width="25" height="25">
7+
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
8+
width="25" height="25">
9+
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
10+
width="25" height="25">
11+
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
12+
width="25" height="25">
13+
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
14+
width="25" height="25">
15+
16+
<h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2>
17+
18+
If you are using a released version of Kubernetes, you should
19+
refer to the docs that go with that version.
20+
21+
<strong>
22+
The latest 1.0.x release of this document can be found
23+
[here](http://releases.k8s.io/release-1.0/docs/reporting-security-issues.md).
24+
25+
Documentation for other releases can be found at
26+
[releases.k8s.io](http://releases.k8s.io).
27+
</strong>
28+
--
29+
30+
<!-- END STRIP_FOR_RELEASE -->
31+
32+
<!-- END MUNGE: UNVERSIONED_WARNING -->
33+
34+
# Security
35+
36+
If you believe you have discovered a vulnerability or a have a security incident to report, please follow the steps below. This applies to Kubernetes releases v1.0 or later.
37+
38+
To watch for security and major API announcements, please join our [kubernetes-announce](https://groups.google.com/forum/#!forum/kubernetes-announce) group.
39+
40+
## Reporting a security issue
41+
42+
To report an issue, please:
43+
- Submit a bug report [here](http://goo.gl/vulnz).
44+
- Select “I want to report a technical security bug in a Google product (SQLi, XSS, etc.).”
45+
- Select “Other” as the Application Type.
46+
- Under reproduction steps, please additionally include
47+
- the words "Kubernetes Security issue"
48+
- Description of the issue
49+
- Kubernetes release (e.g. output of `kubectl version` command, which includes server version.)
50+
- Environment setup (e.g. which "Getting Started Guide" you followed, if any; what node operating system used; what service or software creates your virtual machines, if any)
51+
52+
An online submission will have the fastest response; however, if you prefer email, please send mail to security@google.com. If you feel the need, please use the [PGP public key](https://services.google.com/corporate/publickey.txt) to encrypt communications.
53+
54+
55+
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
56+
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/reporting-security-issues.md?pixel)]()
57+
<!-- END MUNGE: GENERATED_ANALYTICS -->

0 commit comments

Comments
 (0)