From a4474adb2de9cac5c1d44a8b81129dcc3a7af6e4 Mon Sep 17 00:00:00 2001 From: Joel Smith Date: Tue, 26 Feb 2019 15:56:10 -0700 Subject: [PATCH] Create Product Security Committee --- OWNERS_ALIASES | 6 ++++++ committee-product-security/OWNERS | 8 ++++++++ committee-product-security/README.md | 8 ++++++++ 3 files changed, 22 insertions(+) create mode 100644 committee-product-security/OWNERS create mode 100644 committee-product-security/README.md diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index bfca59b10..250f8224e 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 000000000..17be418d9 --- /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 000000000..9267d381f --- /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._