WICG / uuid

UUID V4
Other
63 stars 10 forks source link

Meta: Migrate to a W3C Working Group #27

Closed marcoscaceres closed 1 year ago

marcoscaceres commented 3 years ago

As this spec is now widely implemented (Chromium, WebKit, Gecko), it would be nice to migrate it to a working group.

@WICG/chairs, could you kindly help us find a home for it?

marcoscaceres commented 3 years ago

Looks like it’s in scope for the new WebAppsSec charter: https://www.w3.org/2021/06/webappsec-proposed-charter-2021.html#scope

So, perfect timing! πŸŽ‰

yoavweiss commented 3 years ago

@mikewest - thoughts on the above?

mikewest commented 3 years ago

Looks like it’s in scope for the new WebAppsSec charter

Proposed charter, modulo some formal objections.

But yes. This proposal was explicitly on my mind (as well as something like https://github.com/tQsW/webcrypto-curve25519/blob/master/explainer.md) when adding that to the proposal. I think WebAppSec is a fine place for the work.

/cc @dveditz @samuelweiler @sideshowbarker in case they have different recollections.

sideshowbarker commented 3 years ago

/cc @dveditz @samuelweiler @sideshowbarker in case they have different recollections.

I believe your recollection is corrected

Also, heads-up to @twiss on this

marcoscaceres commented 3 years ago

Great. Once we have the charter situation resolved, I'm happy to help move this over. Just ping!

bcoe commented 2 years ago

@twiss question for you, when the charter is resolved, would you prefer that this is landed as a new specification referencing Web Cryptography, or as an addition to the spec?

twiss commented 2 years ago

I would somewhat prefer to add it to the existing spec - I think since getRandomValues and randomUUID are quite closely related it would seem nice to have them in the same spec (and e.g. the security and privacy considerations overlap).

bcoe commented 2 years ago

@twiss would you like me to start a straw person proposal against webcrypto?

twiss commented 2 years ago

Yeah, I would say go for it :+1:

bcoe commented 2 years ago

Yeah, I would say go for it πŸ‘

@twiss done https://github.com/w3c/webcrypto/pull/285 πŸŽ‰

domenic commented 2 years ago

Chrome's web standards team is doing a minor project to clean up Googler-led incubations that have graduated or become inactive. Since this spec has successfully graduated, I've posted a few PRs to reflect that.

After they are merged, we should also update https://github.com/WICG/admin/blob/gh-pages/biblio.json , and then archive this repository.

marcoscaceres commented 1 year ago

Going ahead and archiving this repository. Further work should be taken up over in https://github.com/w3c/webcrypto/ (with potential new ideas incubated in the WICG with a new repo.)