Create Product Security Committee
This commit is contained in:
parent
ad649f433d
commit
a4474adb2d
|
@ -173,4 +173,10 @@ aliases:
|
||||||
- eparis
|
- eparis
|
||||||
- carolynvs
|
- carolynvs
|
||||||
- bradamant3
|
- bradamant3
|
||||||
|
product-security-committee:
|
||||||
|
- philips
|
||||||
|
- jessfraz
|
||||||
|
- cjcullen
|
||||||
|
- tallclair
|
||||||
|
- liggitt
|
||||||
## END CUSTOM CONTENT
|
## END CUSTOM CONTENT
|
||||||
|
|
|
@ -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
|
|
@ -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._
|
Loading…
Reference in New Issue