Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
4318: Update list of committers, SIG-Testing, SIG-SGX, SIG-CI, SIG-Architec… r=radhikaj a=radhikaj

…ture and SecurityAdvisoryhandling to reflect current people in charge of these projects

Signed-off-by: Radhika Jandhyala <[email protected]>

Co-authored-by: Radhika Jandhyala <[email protected]>
  • Loading branch information
oeciteam and radhikaj committed Dec 2, 2021
2 parents 09c7cb8 + a5149a9 commit e1f2da1
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 21 deletions.
14 changes: 7 additions & 7 deletions docs/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
* @openenclave/committers

/3rdparty/ @mikbras @anakrish @mingweishih
/cmake/ @andschwa @BRMcLaren
/cmake/ @mingweishi @anakrish
/common/ @anakrish @gupta-ak @mikbras
/docs/refman @andschwa @radhikaj
/docs/refman @cyandevs @radhikaj @rs--
/debugger/ @anakrish @jxyang
/enclave/ @anakrish @gupta-ak @mikbras @mingweishih
/host/ @anakrish @gupta-ak @mikbras @mingweishih
# TODO: Break this folder out?
/include/ @achamayou @dthaler @mikbras @anakrish
/libc/ @mikbras @anakrish
/scripts/ @achamayou @andschwa @johnkord @mingweishih
/samples/ @andschwa @dthaler @yentsanglee @anakrish
/scripts/ @achamayou @cyandevs @rs-- @mingweishih
/samples/ @dthaler @yentsanglee @anakrish
/syscall/ @mikbras @anakrish @mingweishih
# TODO: Break this folder out?
/tests/ @anakrish @radhikaj
Expand All @@ -38,11 +38,11 @@ windows/ @anakrish @mingweishih
crypto/ @mingweishih @gupta-ak

# Match all CMake, anywhere.
CMakeLists.txt @andschwa @BRMcLaren
*.cmake @andschwa @BRMcLaren
CMakeLists.txt @anakrish @mingweishih
*.cmake @anakrish @mingweishih

# Match all Markdown, anywhere.
*.md @johnkord @andschwa @radhikaj
*.md @radhikaj

# Except design reviews, which should be everyone.
/docs/DesignDocs/ @openenclave/committers
Expand Down
10 changes: 2 additions & 8 deletions docs/Community/Committers.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,21 @@ therefore should usually be consulted for changes relating to that area.
|-----------------------|---------------------|--------------------------------|
| Amaury Chamayou | achamayou | Build, CCF Integration |
| Anand Krishnamoorthi | anakrish | Debugging, SGX, EDL, Dev Tools |
| Andrew Schwartzmeyer | andschwa | EDL, CMake, Dev Tools, Website |
| Brett McLaren | BRMcLaren | Build, CMake, CI |
| Brian Telfer | Britel | TrustZone, Attestation |
| Chris Yan | cyandevs | Build, CI, Scripts |
| Dave Thaler | dthaler | TrustZone, APIs, Dev Tools |
| Emil Alexandru Stoica | EmilAlexandruStoica | Build, CMake, CI, Ansible |
| Akash Gupta | gupta-ak | SGX, Attestation, APIs |
| Hernan Gatta | HernanGatta | TrustZone |
| Sergio Wong | jazzybluesea | Attestation, SGX |
| Jiri Appl | jiria | Attestation, TrustZone |
| John Kordich | johnkord | Build, CI, Dev Tools, Release |
| Jordan Hand | jhand2 | Windows, Build, SGX |
| Xuejun Yang | jxyang | SGX |
| Mike Brasher | mikbras | SGX, APIs, EDL |
| Ming-Wei Shih | mingweishih | SGX, Dev tools, EDL |
| Marius Oprin | oprinmarius | Build, CMake, CI, Ansible |
| Paul Allen | paulcallen | TrustZone |
| Radhika Jandhyala | radhikaj | SGX, APIs, Website |
| Rob Sanchez | rs-- | Build, CI, Scripts |
| Shanwei Cen | shnwc | Attestation, SGX |
| Shruti Ratnam | shruti25ratnam | Attestation |
| Cheng-mean Liu | soccerGB | Attestation, SGX |
| Bruce Campbell | yakman2020 | Windows, SGX |

Current Expectations
--------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/Community/SecurityAdvisoryHandling.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If OE SDK needs to issue a Security Advisory to address the reported concern, on
3. [Assign the appropriate collaborators](https://docs.github.com/en/github/managing-security-vulnerabilities/adding-a-collaborator-to-a-security-advisory) to the SA, which includes:
1. The assignee(s) responsible for fixing the issue.
2. Any area owners or subject matter experts needed for review.
3. CI/CD coordinators for private testing and integration with the release. (e.g., [@brmclaren](https://github.com/brmclaren)).
3. CI/CD coordinators for private testing and integration with the release. (e.g., [@cyandevs](https://github.com/cyandevs)).
4. [Create a temporary private fork](https://docs.github.com/en/github/managing-security-vulnerabilities/collaborating-in-a-temporary-private-fork-to-resolve-a-security-vulnerability#creating-a-temporary-private-fork)
to implement the code changes as part of the SA.
1. The assignee should follow the GitHub instructions and create an `advisory-fix` branch for their code changes.
Expand Down
2 changes: 1 addition & 1 deletion docs/Community/sig-architecture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Regular SIG-Architecture meeting: TBD
SIG Chair
---------

TBD [Mark Shanahan (MWShan) nominated]
Mark Shanahan (MWShan)

SIG Approvers
-------------
Expand Down
1 change: 0 additions & 1 deletion docs/Community/sig-ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ No regular meetings are scheduled.
SIG Chair
---------

Brett McLaren ([brmclaren](https://github.com/brmclaren))

SIG Approvers
-------------
Expand Down
2 changes: 1 addition & 1 deletion docs/Community/sig-sgx/OWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chair:
- TBD
- MWShan

approvers:
- anakrish
Expand Down
2 changes: 0 additions & 2 deletions docs/Community/sig-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ SIG Approvers
-------------

* Anand Krishnamoorthi ([anakrish](https://github.com/anakrish))
* Brett McLaren ([BRMcLaren](https://github.com/BRMcLaren))
* John Kordich ([johnkord](https://github.com/johnkord))

SIG Reviewers
-------------
Expand Down

0 comments on commit e1f2da1

Please sign in to comment.