Skip to content

Commit e21e294

Browse files
committed
✨ add meeting notes
1 parent 1c3bcbe commit e21e294

File tree

5 files changed

+100
-41
lines changed

5 files changed

+100
-41
lines changed

README.md

-7
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ This repository contains documents, agendas, and notes for the [ECMAScript - Sec
44

55
See [Scope](#scope) for our mandate.
66

7-
## Agenda
8-
9-
see [2024-06-05](meetings/2024/2024-06-05.md) and [the backlog](meetings/backlog.md) 👀
10-
117
## Meetings
128

139
Meetings occur every Wednesday and appear on the [TC39 private calendar](https://github.com/tc39/Reflector#tc39-private-calendar).
@@ -60,9 +56,6 @@ We use Matrix room [#tc39-tg3-security:matrix.org](https://matrix.to/#/#tc39-tg3
6056
- [Michael Ficarra](https://github.com/michaelficarra)
6157
- [Peter Hoddie](https://github.com/phoddie)
6258
- [Richard Gibson](https://github.com/gibson042)
63-
- Secretaries
64-
- [Samina Husain](https://github.com/SaminaHusain)
65-
- [Istvan Sebestyen](https://github.com/ecmageneva)
6659

6760
## Scope
6861

meetings/2024/2024-06-05.md

+11-34
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
# nth Meeting of TC39-TG3 - YYYY-MM-DD
2-
3-
| | |
4-
| -----------: | --------------- |
5-
| US / Central | 12:00 Wednesday |
6-
| UTC | 17:00 Wednesday |
7-
| China | 01:00 Thursday |
8-
9-
Meeting link: [join meeting](https://ibm.webex.com/ibm/j.php?MTID=me87a7dba2f405268a892bc69ad1c3cdd)
1+
# 26th Meeting of TC39-TG3 - 2024-06-05
102

113
## Folks
124

@@ -15,31 +7,16 @@ Meeting link: [join meeting](https://ibm.webex.com/ibm/j.php?MTID=me87a7dba2f405
157
168
| Present | Name | GH Username | TLA | Affiliation |
179
| :-----: | ---------------- | --------------- | --- | ----------- |
18-
| | Chip Morningstar | @FUDCo | CM | Agoric |
19-
| | Chris de Almeida | @ctcpip | CDA | IBM |
20-
| | Daniel Veditz | @dveditz | DPV | Mozilla |
21-
| | Eli Grey | @eligrey | | Transcend |
22-
| | Jack Works | @Jack-Works | JWK | Sujitech |
23-
| | Jasvir Nagra | @jasvir | | Picovisor |
24-
| | Jordan Harband | @ljharb | JHD | HeroDevs |
25-
| | Kris Kowal | @kriskowal | KKL | Agoric |
26-
| | Mark Miller | @erights | MM | Agoric |
27-
| | Mathieu Hofman | @mhofman | MHN | Agoric |
28-
| | Michael Ficarra | @michaelficarra | MF | F5 |
29-
| | Nicolò Ribaudo | @nicolo-ribaudo | NRO | Igalia |
30-
| | Peter Hoddie | @phoddie | PHE | Moddable |
31-
| | Richard Gibson | @gibson042 | RGN | Agoric |
32-
| | Ulises Gascón | @UlisesGascon | | One Beyond |
33-
| | | | | |
10+
|| Chip Morningstar | @FUDCo | CM | Agoric |
11+
|| Chris de Almeida | @ctcpip | CDA | IBM |
12+
|| Eli Grey | @eligrey | | Transcend |
13+
|| Jordan Harband | @ljharb | JHD | HeroDevs |
14+
|| Kris Kowal | @kriskowal | KKL | Agoric |
15+
|| Mark Miller | @erights | MM | Agoric |
16+
|| Mathieu Hofman | @mhofman | MHN | Agoric |
17+
|| Richard Gibson | @gibson042 | RGN | Agoric |
18+
|| Ulises Gascón | @UlisesGascon | | One Beyond |
3419

3520
## Agenda
3621

37-
> [!NOTE]
38-
> See [backlog.md](../backlog.md) for outstanding action items and agenda topics.
39-
40-
| Topic | Presenter(s) |
41-
| ------------------------------------------ | ------------ |
42-
| review of previous agenda and action items | |
43-
| | |
44-
45-
### review of previous agenda and action items
22+
discussion of upcoming plenary agenda topics

meetings/2024/2024-06-26.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# 27th Meeting of TC39-TG3 - 2024-06-26
2+
3+
## Folks
4+
5+
> [!NOTE]
6+
> Add a ✓ to the `Present` column in the table below, and add anyone missing. Also add to [the template](../template.md) and [GitHub team](https://github.com/orgs/tc39/teams/tg3) if the individual is a regular attendee.
7+
8+
| Present | Name | GH Username | TLA | Affiliation |
9+
| :-----: | ---------------- | --------------- | --- | ----------- |
10+
|| Chip Morningstar | @FUDCo | CM | Consensys |
11+
|| Chris de Almeida | @ctcpip | CDA | IBM |
12+
|| Jordan Harband | @ljharb | JHD | HeroDevs |
13+
|| Jovonni | | | |
14+
|| Kris Kowal | @kriskowal | KKL | Agoric |
15+
|| Marco Ippolito | @marco-ippolito | MIO | HeroDevs |
16+
|| Richard Gibson | @gibson042 | RGN | Agoric |
17+
|| Ulises Gascón | @UlisesGascon | UG | One Beyond |
18+
19+
## Agenda
20+
21+
> [!NOTE]
22+
> See [backlog.md](../backlog.md) for outstanding action items and agenda topics.
23+
24+
### structs discussion, post-plenary debrief
25+
26+
from delegates chat during/after plenary:
27+
28+
(from that chat) RBN: Do we, as a committee, think JS privacy is a security feature? Would it be unforgivable if private state isn't really private at the realm boundary? If we could have struct S { #x; ... } in realm A mapped to struct S { x; ... } in realm B, would we consider that a security vulnerability?
29+
30+
(from that chat) CDA: yes, yes, and yes
31+
32+
TG3 agrees
33+
34+
(from that chat) RBN: If privacy is an important security concern, then you must have an unforgeable correlation mechanism. Auto-correlation by source location is unforgeable.
35+

meetings/2024/2024-07-03.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# 28th Meeting of TC39-TG3 - 2024-07-03
2+
3+
## Folks
4+
5+
> [!NOTE]
6+
> Add a ✓ to the `Present` column in the table below, and add anyone missing. Also add to [the template](../template.md) and [GitHub team](https://github.com/orgs/tc39/teams/tg3) if the individual is a regular attendee.
7+
8+
| Present | Name | GH Username | TLA | Affiliation |
9+
| :-----: | ---------------- | --------------- | --- | ----------- |
10+
|| Chris de Almeida | @ctcpip | CDA | IBM |
11+
|| Daniel Ehrenberg | @littledan | DE | Bloomberg |
12+
|| Eli Grey | @eligrey | | Transcend |
13+
|| Jasvir Nagra | @jasvir | | Picovisor |
14+
|| Jovonni | | | |
15+
|| Kris Kowal | @kriskowal | KKL | Agoric |
16+
|| Mathieu Hofman | @mhofman | MHN | Agoric |
17+
|| Michael Ficarra | @michaelficarra | MF | F5 |
18+
|| Nicolò Ribaudo | @nicolo-ribaudo | NRO | Igalia |
19+
|| Richard Gibson | @gibson042 | RGN | Agoric |
20+
|| Ulises Gascón | @UlisesGascon | UG | One Beyond |
21+
22+
## Agenda
23+
24+
> [!NOTE]
25+
> See [backlog.md](../backlog.md) for outstanding action items and agenda topics.
26+
27+
## Minutes
28+
29+
* Nicolò clarified the deferred module exports namespaces are different from the moddule exports namespace but there will only be one for each module instance. It exists to allow property access for a failed import to rethrow the import error.
30+
* We briefly recorded a problem statement for module source reflection in terms of (imports, exports, reexports) versus bindings.
31+
* Nicolò mentioned that he and Legedecas will be bringing https://github.com/tc39/ecma262/issues/3160 to plenary

meetings/2024/2024-07-10.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# 29th Meeting of TC39-TG3 - 2024-07-10
2+
3+
## Folks
4+
5+
> [!NOTE]
6+
> Add a ✓ to the `Present` column in the table below, and add anyone missing. Also add to [the template](../template.md) and [GitHub team](https://github.com/orgs/tc39/teams/tg3) if the individual is a regular attendee.
7+
8+
| Present | Name | GH Username | TLA | Affiliation |
9+
| :-----: | ---------------- | --------------- | --- | ----------- |
10+
|| Chip Morningstar | @FUDCo | CM | Consensys |
11+
|| Chris de Almeida | @ctcpip | CDA | IBM |
12+
|| Jordan Harband | @ljharb | JHD | HeroDevs |
13+
|| Kris Kowal | @kriskowal | KKL | Agoric |
14+
|| Mark Miller | @erights | MM | Agoric |
15+
|| Michael Ficarra | @michaelficarra | MF | F5 |
16+
|| Richard Gibson | @gibson042 | RGN | Agoric |
17+
18+
## Agenda
19+
20+
> [!NOTE]
21+
> See [backlog.md](../backlog.md) for outstanding action items and agenda topics.
22+
23+
private discussion of https://github.com/tc39/Reflector/issues/535

0 commit comments

Comments
 (0)