-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.yaml
439 lines (406 loc) · 9.17 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
teams:
# org owners
- name: org-owners
maintainers:
- ryjones
- thelinuxfoundation
# admin access on all projects
- name: oqs-admins
maintainers:
- ryjones
# write access on all technical projects
- name: bots
maintainers:
- oqs-bot
# write access on TSC to post meeting minutes
- name: minute-takers
maintainers:
- dstebila
members:
- SWilson4
# access to Trail of Bits audit project board
- name: trail-of-bits
maintainers:
- SWilson4
members:
- fcasal
- tob-scott-a
# A sensible default for projects without a clear list of Maintainers.
# Consists of TSC members who are maintainers of at least one active OQS subproject.
# TODO: add/update per-project GOVERNANCE.md files and remove this team.
- name: oqs-maintainers
maintainers:
- dstebila
members:
- baentsch
- vsoftco
# A sensible default for projects without a clear list of Release Managers.
# TODO: add/update per-project GOVERNANCE.md files and remove this team.
- name: oqs-release-managers
maintainers:
- dstebila
members:
- baentsch
- praveksharma
- SWilson4
- vsoftco
# A sensible default for projects without a clear list of Committers.
# Mirrors the old "core" team.
# TODO: add/update per-project GOVERNANCE.md files and remove this team.
- name: oqs-committers
maintainers:
- dstebila
members:
- baentsch
- bhess
- christianpaquin
- praveksharma
- SWilson4
- vsoftco
# A sensible default for projects without a clear list of Contributors.
# TODO: add/update per-project GOVERNANCE.md files and remove this team.
- name: oqs-contributors
maintainers:
- dstebila
members:
- ajbozarth
- ashman-p
- alexrow
- cothan
- crockeea
- feventura
- geedo0
- iyanmv
- jimouris
- jplomas
- jschanck
- Martyrshot
- pi-314159
- planetf1
- zadlg
- thomwiggers
# Technical Steering Committee
# https://github.com/open-quantum-safe/tsc/blob/main/README.md#members
- name: tsc
maintainers:
- dstebila
members:
- ashman-p
- baentsch
- bhess
- brian-jarvis-aws
- christianpaquin
- zadlg
- vsoftco
# liboqs Maintainers
# https://github.com/open-quantum-safe/liboqs/blob/main/GOVERNANCE.md#maintainers-1
- name: liboqs-maintainers
maintainers:
- dstebila
members:
- baentsch
# liboqs Committers
# https://github.com/open-quantum-safe/liboqs/blob/main/GOVERNANCE.md#committers-1
- name: liboqs-committers
maintainers:
- dstebila
members:
- baentsch
- bhess
- christianpaquin
- jschanck
- Martyrshot
- praveksharma
- SWilson4
- vsoftco
# liboqs CODEOWNERS
# https://github.com/open-quantum-safe/liboqs/blob/main/.github/CODEOWNERS
- name: liboqs-codeowners
maintainers:
- dstebila
members:
- alexrow
- ashman-p
- baentsch
- bhess
- brian-jarvis-aws
- cothan
- jschanck
- Martyrshot
- praveksharma
- SWilson4
# oqs-provider Maintainers
# https://github.com/open-quantum-safe/oqs-provider/blob/main/GOVERNANCE.md#maintainers-1
- name: oqs-provider-maintainers
maintainers:
- baentsch
# oqs-provider Committers
# https://github.com/open-quantum-safe/oqs-provider/blob/main/GOVERNANCE.md#committers-1
- name: oqs-provider-committers
maintainers:
- baentsch
members:
- bhess
- christianpaquin
- zadlg
# oqs-provider CODEOWNERS
# https://github.com/open-quantum-safe/oqs-provider/blob/main/.github/CODEOWNERS
- name: oqs-provider-codeowners
maintainers:
- baentsch
members:
- alexrow
- bhess
- feventura
- iyanmv
- jplomas
- zadlg
# boringssl Maintainers
# TODO: provide "source of truth"
- name: boringssl-maintainers
maintainers:
- pi-314159
# openssh Release Managers
# TODO: provide "source of truth"
- name: openssh-release-managers
maintainers:
- dstebila
members:
- baentsch
- geedo0
- praveksharma
# liboqs-cpp Maintainers
# TODO: provide "source of truth"
- name: liboqs-cpp-maintainers
maintainers:
- vsoftco
# liboqs-cpp Release Managers
# TODO: provide "source of truth"
- name: liboqs-cpp-release-managers
maintainers:
- vsoftco
# liboqs-go Maintainers
# TODO: provide "source of truth"
- name: liboqs-go-maintainers
maintainers:
- vsoftco
# liboqs-go Release Managers
# TODO: provide "source of truth"
- name: liboqs-go-release-managers
maintainers:
- vsoftco
# liboqs-python Maintainers
# TODO: provide "source of truth"
- name: liboqs-python-maintainers
maintainers:
- vsoftco
# liboqs-python Release Managers
# TODO: provide "source of truth"
- name: liboqs-python-release-managers
maintainers:
- vsoftco
# liboqs-java Maintainers
# TODO: provide "source of truth"
- name: liboqs-java-maintainers
maintainers:
- dstebila
members:
- jimouris
# liboqs-rust Maintainers
# TODO: provide "source of truth"
- name: liboqs-rust-maintainers
maintainers:
- thomwiggers
# liboqs-rust Release Managers
# TODO: provide "source of truth"
# This team is tied to permissions on Crates.io: https://crates.io/teams/github:open-quantum-safe:liboqs-rust-release-managers
- name: liboqs-rust-release-managers
maintainers:
- thomwiggers
# The following is a private project intentionally hidden from view.
# Contact praveksharma for details.
- name: liboqs-cupqc-maintainers
maintainers:
- praveksharma
members:
- ydoroz
- stevenireeves
- neil-lindquist
repositories:
- name: .github
teams:
oqs-admins: admin
tsc: read
visibility: public
- name: tsc
teams:
oqs-admins: admin
tsc: write
minute-takers: write
visibility: public
- name: liboqs
teams:
oqs-admins: admin
liboqs-maintainers: admin
oqs-release-managers: maintain
liboqs-committers: write
liboqs-codeowners: write
oqs-contributors: triage
bots: write
tsc: read
visibility: public
- name: oqs-provider
teams:
oqs-admins: admin
oqs-provider-maintainers: admin
oqs-release-managers: maintain
oqs-provider-committers: write
oqs-provider-codeowners: write
oqs-contributors: triage
bots: write
tsc: read
visibility: public
- name: boringssl
teams:
oqs-admins: admin
boringssl-maintainers: admin
oqs-release-managers: maintain
oqs-committers: write
oqs-contributors: triage
bots: write
tsc: read
visibility: public
- name: openssh
teams:
oqs-admins: admin
oqs-maintainers: admin
openssh-release-managers: maintain
oqs-committers: write
oqs-contributors: triage
bots: write
tsc: read
visibility: public
- name: libssh
teams:
oqs-admins: admin
oqs-maintainers: admin
oqs-release-managers: maintain
oqs-committers: write
oqs-contributors: triage
bots: write
tsc: read
visibility: public
- name: oqs-demos
teams:
oqs-admins: admin
oqs-maintainers: admin
oqs-release-managers: maintain
oqs-committers: write
oqs-contributors: triage
bots: write
tsc: read
visibility: public
- name: profiling
teams:
oqs-admins: admin
oqs-maintainers: admin
oqs-release-managers: maintain
oqs-committers: write
oqs-contributors: triage
bots: write
tsc: read
visibility: public
- name: ci-containers
teams:
oqs-admins: admin
oqs-maintainers: admin
oqs-release-managers: maintain
oqs-committers: write
oqs-contributors: triage
bots: write
tsc: read
visibility: public
- name: liboqs-cpp
teams:
oqs-admins: admin
liboqs-cpp-maintainers: admin
liboqs-cpp-release-managers: maintain
oqs-committers: write
oqs-contributors: triage
bots: write
tsc: read
visibility: public
- name: liboqs-go
teams:
oqs-admins: admin
liboqs-go-maintainers: admin
liboqs-go-release-managers: maintain
oqs-committers: write
oqs-contributors: triage
bots: write
tsc: read
visibility: public
- name: liboqs-python
teams:
oqs-admins: admin
liboqs-python-maintainers: admin
liboqs-python-release-managers: maintain
oqs-committers: write
oqs-contributors: triage
bots: write
tsc: read
visibility: public
- name: liboqs-rust
teams:
oqs-admins: admin
liboqs-rust-maintainers: admin
# Note that this team name is relied on by `crates.io`
liboqs-rust-release-managers: maintain
oqs-committers: write
oqs-contributors: triage
bots: write
tsc: read
visibility: public
- name: liboqs-dotnet
teams:
oqs-admins: admin
oqs-maintainers: admin
oqs-release-managers: maintain
oqs-committers: write
oqs-contributors: triage
bots: write
tsc: read
visibility: public
- name: liboqs-java
teams:
oqs-admins: admin
liboqs-java-maintainers: admin
oqs-release-managers: maintain
oqs-committers: write
oqs-contributors: triage
bots: write
tsc: read
visibility: public
# No Release Managers team as there are no releases for this project.
- name: www
teams:
oqs-admins: admin
oqs-maintainers: admin
oqs-committers: write
oqs-contributors: triage
bots: write
tsc: read
visibility: public
# The following is a private project intentionally hidden from view.
# Contact praveksharma for details.
- name: liboqs-cupqc
teams:
liboqs-cupqc-maintainers: maintain
tsc: read
visibility: private
# TODO: This project is dead and probably should be read-only.
- name: openssl
teams:
oqs-admins: admin
tsc: read
visibility: public