diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-10-13 14:09:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-13 14:09:56 -0700 |
| commit | 1a8a78da1ce5846db7925a6020d40052c61ced44 (patch) | |
| tree | 85483a63971ebc12855f5a64c992eb794acbb314 | |
| parent | ed3a7c4263662a47434a1dd5f1beddb6ddd505fc (diff) | |
| parent | 0549f4c8873845b8bc0bd03f0cea30667a72b4be (diff) | |
Merge pull request #5868 from lukehinds/rem-psc
Remove committee-product-security
| -rw-r--r-- | committee-product-security/OWNERS | 8 | ||||
| -rw-r--r-- | committee-product-security/README.md | 44 | ||||
| -rw-r--r-- | committee-security-response/OWNERS | 8 |
3 files changed, 8 insertions, 52 deletions
diff --git a/committee-product-security/OWNERS b/committee-product-security/OWNERS deleted file mode 100644 index b49dedd5..00000000 --- a/committee-product-security/OWNERS +++ /dev/null @@ -1,8 +0,0 @@ -# See the OWNERS docs at https://go.k8s.io/owners - -reviewers: - - committee-product-security -approvers: - - committee-product-security -labels: - - committee/product-security diff --git a/committee-product-security/README.md b/committee-product-security/README.md deleted file mode 100644 index 058c787b..00000000 --- a/committee-product-security/README.md +++ /dev/null @@ -1,44 +0,0 @@ -<!--- -This is an autogenerated file! - -Please do not edit this file directly, but instead make changes to the -sigs.yaml file in the project root. - -To understand how this file is generated, see https://git.k8s.io/community/generator/README.md ----> -# 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. - - -## Members - -* CJ Cullen (**[@cjcullen](https://github.com/cjcullen)**), Google -* Joel Smith (**[@joelsmith](https://github.com/joelsmith)**), Red Hat -* Luke Hinds (**[@lukehinds](https://github.com/lukehinds)**), Red Hat -* Micah Hausler (**[@micahhausler](https://github.com/micahhausler)**), Amazon -* Swamy Shivaganga Nagaraju (**[@swamymsft](https://github.com/swamymsft)**), Microsoft -* Tabitha Sable (**[@tabbysable](https://github.com/tabbysable)**), Datadog -* Tim Allclair (**[@tallclair](https://github.com/tallclair)**), Apple - -## Contact -- Private Mailing List: security@kubernetes.io -- [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/committee%2Fproduct-security) -- GitHub Teams: - - [@kubernetes/product-security-committee](https://github.com/orgs/kubernetes/teams/product-security-committee) - General Discussion - -## Subprojects - -The following [subprojects][subproject-definition] are owned by the Product Security Committee: -### security -Policies and documentation for the Product Security Committee -- **Owners:** - - [kubernetes/security](https://github.com/kubernetes/security/blob/master/OWNERS) - -[subproject-definition]: https://github.com/kubernetes/community/blob/master/governance.md#subprojects -<!-- BEGIN CUSTOM CONTENT --> -**Note**: Information on how members are selected can be found -[here](https://git.k8s.io/security/security-release-process.md#product-security-committee-membership). - -_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._ -<!-- END CUSTOM CONTENT --> diff --git a/committee-security-response/OWNERS b/committee-security-response/OWNERS new file mode 100644 index 00000000..d4f60af6 --- /dev/null +++ b/committee-security-response/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - committee-security-response +approvers: + - committee-security-response +labels: + - committee-security-response |
