diff options
| author | Joel Smith <joesmith@redhat.com> | 2019-02-26 15:56:10 -0700 |
|---|---|---|
| committer | Joel Smith <joesmith@redhat.com> | 2019-03-04 11:47:20 -0700 |
| commit | a4474adb2de9cac5c1d44a8b81129dcc3a7af6e4 (patch) | |
| tree | 0b9d45b7504b354e5ba2d3de7ee42c36032fabb8 | |
| parent | ad649f433df6c199d0229c4c1a03555373cc9705 (diff) | |
Create Product Security Committee
| -rw-r--r-- | OWNERS_ALIASES | 6 | ||||
| -rw-r--r-- | committee-product-security/OWNERS | 8 | ||||
| -rw-r--r-- | committee-product-security/README.md | 8 |
3 files changed, 22 insertions, 0 deletions
diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index bfca59b1..250f8224 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -173,4 +173,10 @@ aliases: - eparis - carolynvs - bradamant3 + product-security-committee: + - philips + - jessfraz + - cjcullen + - tallclair + - liggitt ## END CUSTOM CONTENT diff --git a/committee-product-security/OWNERS b/committee-product-security/OWNERS new file mode 100644 index 00000000..17be418d --- /dev/null +++ b/committee-product-security/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - product-security-committee +approvers: + - product-security-committee +labels: + - committee/product-security diff --git a/committee-product-security/README.md b/committee-product-security/README.md new file mode 100644 index 00000000..9267d381 --- /dev/null +++ b/committee-product-security/README.md @@ -0,0 +1,8 @@ +# Kubernetes Product Security Committee + +The Kubernetes Product Security Committee is the body that is responsible for receiving and responding to reports of security issues in Kubernetes products. + +Current committee members are listed on the [Product Security Committee section](https://git.k8s.io/security/security-release-process.md#product-security-committee-psc) of the committee's documentation. +Information on how members are selected is in the [Product Security Committee Membership section](https://git.k8s.io/security/security-release-process.md#product-security-committee-membership) of the same document. + +_To report a security issue, please email the private security@kubernetes.io list with the security details and the details expected for all Kubernetes bug reports._ |
