-
Notifications
You must be signed in to change notification settings - Fork 75
docs(ses): update news for evalTaming #2764
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
Conversation
The module name `ses/hermes` can now be required to call `lockdown` and | ||
`repairIntrinsics` only, `Compartment` is not yet available. |
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.
also will be available at https://npmfs.com/download/ses/1.13.0/dist/ses-hermes.cjs
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.
LGTM modulo missing single quotes. Thanks!
packages/ses/NEWS.md
Outdated
@@ -2,9 +2,23 @@ User-visible changes in `ses` | |||
|
|||
# Next release | |||
|
|||
- The `evalTaming:` option `safe-eval` now can only throw error `SES_DIRECT_EVAL`. | |||
- The [evalTaming](https://github.com/endojs/endo/blob/master/packages/ses/docs/lockdown.md#evaltaming-options) | |||
option `safe-eval` now can only throw error `SES_DIRECT_EVAL`. | |||
This allows SES to initialize with `'unsafe-eval'` or `no-eval` on hosts with no |
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.
Still missing single quotes around no-eval.
This allows SES to initialize with `'unsafe-eval'` or `no-eval` on hosts with no | |
This allows SES to initialize with `'unsafe-eval'` or `'no-eval'` on hosts with no |
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.
😅 updated and potentially autofixable with a markdownlint custom rule, noted in
1f36581
to
eb3ee92
Compare
eb3ee92
to
ba2aa46
Compare
Follow-up to: #2723
Add news for evalTaming