|
2 | 2 |
|
3 | 3 | ## Action Items |
4 | 4 |
|
5 | | -- ACTION (MM): reach out to Natalie Silvanovich for interest in participation |
6 | 5 | - ACTION: do we move any issues from public `security` repo? |
7 | | -- GH vulnerability disclosure reporting feature |
8 | | - - ACTION: CDA: better understanding of the GH reporting mechanism and details |
9 | | - - ACTION: need to understand what access GH has to vulnerability disclosure data |
10 | | -- ACTION: CDA: look at new google meet settings to avoid host gatekeeping |
11 | 6 |
|
12 | 7 | ## Agenda Items |
13 | 8 |
|
14 | | -- incoming and outgoing vulnerability disclosure policy |
15 | | - - review notes from [2023-08-09](/meetings/notes/2023/2023-08-09.md) as that is where important feedback and unanswered questions appear |
16 | 9 | - general policy on outside collaborators joining the meeting |
17 | | -- should TG3 repo be public? |
18 | 10 | - Strategies used and features/invariants relied upon to write secure programs today (Michael Ficarra) |
19 | 11 | - Adopting something like the W3C Self-Review Questionnaire: Security and Privacy |
20 | 12 | - IETF has a similar doc: <https://datatracker.ietf.org/doc/html/rfc3552> |
|
37 | 29 | - Explore language capabilities that are undeniable, not virtualizable. (MF) |
38 | 30 | - proposals |
39 | 31 | - review security impact of (Shared) Structs proposal - <https://github.com/tc39/proposal-structs> |
| 32 | + - and [WasmGC shared memory proposal](https://github.com/WebAssembly/shared-everything-threads/blob/main/proposals/shared-everything-threads/Overview.md) |
40 | 33 | - does TC39 need a formal security review for proposals? |
41 | | - - JHD has a related issue on this: <http://github.com/tc39/process-document/pull/18> |
| 34 | + - related issues on this: |
| 35 | + - <https://github.com/tc39/security/issues/4> |
| 36 | + - <http://github.com/tc39/process-document/pull/18> |
42 | 37 | - MM: Existing code can run in hardened mode |
43 | 38 | - biggest problem with running existing code in hardened mode wrt builtins is overriding |
44 | 39 | - find a means to suppress override mistake (if possible) |
|
0 commit comments