diff options
| -rw-r--r-- | OWNERS_ALIASES | 2 | ||||
| -rw-r--r-- | committee-security-response/README.md | 41 | ||||
| -rw-r--r-- | sig-list.md | 2 | ||||
| -rw-r--r-- | sigs.yaml | 14 |
4 files changed, 50 insertions, 9 deletions
diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 66efc0e1..94a46cc1 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -151,7 +151,7 @@ aliases: - karenhchu - tashimi - tpepper - committee-product-security: + committee-security-response: - cjcullen - joelsmith - lukehinds diff --git a/committee-security-response/README.md b/committee-security-response/README.md new file mode 100644 index 00000000..07c3aefc --- /dev/null +++ b/committee-security-response/README.md @@ -0,0 +1,41 @@ +<!--- +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 +---> +# Security Response Committee + +The Kubernetes Security Response Committee is the body that is responsible for receiving and responding to reports of security issues in Kubernetes projects. + + +## 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%2Fsecurity-response) +- GitHub Teams: + - [@kubernetes/security-response-committee](https://github.com/orgs/kubernetes/teams/security-response-committee) - General Discussion + +## Subprojects + +The following [subprojects][subproject-definition] are owned by the Security Response Committee: +### security +Policies and documentation for the Security Response 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 --> + +<!-- END CUSTOM CONTENT --> diff --git a/sig-list.md b/sig-list.md index ab7d6cc5..7123c4cc 100644 --- a/sig-list.md +++ b/sig-list.md @@ -84,7 +84,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md) | Name | Label | Members | Contact | |------|--------|---------|---------| |[Code of Conduct](committee-code-of-conduct/README.md)|code-of-conduct|* [Aeva Black](https://github.com/AevaOnline), Microsoft<br>* [Celeste Horgan](https://github.com/celestehorgan), CNCF<br>* [Karen Chu](https://github.com/karenhchu), Microsoft<br>* [Tasha Drew](https://github.com/tashimi), VMware<br>* [Tim Pepper](https://github.com/tpepper), VMware<br>|* [Slack](https://kubernetes.slack.com/messages/code-of-conduct)<br>* [Private Mailing List](conduct@kubernetes.io) -|[Product Security](committee-product-security/README.md)|product-security|* [CJ Cullen](https://github.com/cjcullen), Google<br>* [Joel Smith](https://github.com/joelsmith), Red Hat<br>* [Luke Hinds](https://github.com/lukehinds), Red Hat<br>* [Micah Hausler](https://github.com/micahhausler), Amazon<br>* [Swamy Shivaganga Nagaraju](https://github.com/swamymsft), Microsoft<br>* [Tabitha Sable](https://github.com/tabbysable), Datadog<br>* [Tim Allclair](https://github.com/tallclair), Apple<br>|* [Private Mailing List](security@kubernetes.io) +|[Security Response](committee-security-response/README.md)|security-response|* [CJ Cullen](https://github.com/cjcullen), Google<br>* [Joel Smith](https://github.com/joelsmith), Red Hat<br>* [Luke Hinds](https://github.com/lukehinds), Red Hat<br>* [Micah Hausler](https://github.com/micahhausler), Amazon<br>* [Swamy Shivaganga Nagaraju](https://github.com/swamymsft), Microsoft<br>* [Tabitha Sable](https://github.com/tabbysable), Datadog<br>* [Tim Allclair](https://github.com/tallclair), Apple<br>|* [Private Mailing List](security@kubernetes.io) |[Steering](committee-steering/README.md)|steering|* [Christoph Blecker](https://github.com/cblecker), Red Hat<br>* [Derek Carr](https://github.com/derekwaynecarr), Red Hat<br>* [Davanum Srinivas](https://github.com/dims), VMware<br>* [Jordan Liggitt](https://github.com/liggitt), Google<br>* [Bob Killen](https://github.com/mrbobbytables), Google<br>* [Nikhita Raghunath](https://github.com/nikhita), VMware<br>* [Paris Pittman](https://github.com/parispittman), Apple<br>|* [Slack](https://kubernetes.slack.com/messages/steering-committee)<br>* [Mailing List](https://groups.google.com/a/kubernetes.io/forum/#!forum/steering)<br>* [Private Mailing List](steering-private@kubernetes.io) <!-- BEGIN CUSTOM CONTENT --> @@ -3161,13 +3161,13 @@ committees: teams: - name: code-of-conduct-committee description: General Discussion -- dir: committee-product-security - name: Product Security +- dir: committee-security-response + name: Security Response mission_statement: > - The Kubernetes Product Security Committee is the body that is responsible for - receiving and responding to reports of security issues in Kubernetes products. + The Kubernetes Security Response Committee is the body that is responsible for + receiving and responding to reports of security issues in Kubernetes projects. - label: product-security + label: security-response leadership: chairs: - github: cjcullen @@ -3195,11 +3195,11 @@ committees: contact: private_mailing_list: security@kubernetes.io teams: - - name: product-security-committee + - name: security-response-committee description: General Discussion subprojects: - name: security - description: Policies and documentation for the Product Security Committee + description: Policies and documentation for the Security Response Committee owners: - https://raw.githubusercontent.com/kubernetes/security/master/OWNERS - dir: committee-steering |
