-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update URLs #98
Conversation
954e84d
to
e140dc0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I won't block landing this, but I'd love to find a better way to express the relationship of SES to lockdown+Compartments.
ES-strict. To achieve this subsetting, SES builds on [Frozen | ||
Realms](https://github.com/tc39/proposal-frozen-realms/) which builds | ||
on [Realms](https://github.com/tc39/proposal-realms/). (Shims at | ||
Realms](https://github.com/tc39/proposal-ses) which builds | ||
on [[Shadow]Realms](https://github.com/tc39/proposal-shadowrealm). (Shims at | ||
[Realms | ||
shim](https://github.com/Agoric/realms-shim) and | ||
[Frozen Realms | ||
shim](https://github.com/tc39/proposal-frozen-realms/tree/master/shim).) | ||
shim](https://github.com/endojs/endo/tree/master/packages/ses).) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This probably needs fresh words since SES now uses in-realm lockdown()
with Compartments instead of Frozen Realms, but I'm not entirely sure what exactly to write.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed some broken URLs, some URLs with the potential to break in the future, and some URLs that would be broken if not for automated redirects. This PR refreshes them.