Skip to content
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

Freeze JS environment with SES #9469

Closed
wants to merge 1 commit into from
Closed

Freeze JS environment with SES #9469

wants to merge 1 commit into from

Conversation

danfinlay
Copy link
Contributor

Now that SES supports node v10, we can use its lockdown function. This will prevent the mutation of global primordials, which are a significant vector for supply chain attacks.

  • Get build working
  • Get tests passing

Fixes #9468

Now that SES supports node v10, we can use its lockdown function.
This will prevent the mutation of global primordials, which are a
significant vector for supply chain attacks.
@danfinlay danfinlay requested a review from a team as a code owner September 30, 2020 17:13
@danfinlay danfinlay closed this Sep 30, 2020
@github-actions
Copy link
Contributor

CLA Signature Action:

Thank you for your submission, we really appreciate it. We ask that you read and sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just by adding a comment to this pull request with this exact sentence:

I have read the CLA Document and I hereby sign the CLA

By commenting with the above message you are agreeing to the terms of the CLA. Your account will be recorded as agreeing to our CLA so you don't need to sign it again for future contributions to this repository.

0 out of 1 committers have signed the CLA.
@danfinlay

@github-actions github-actions bot locked and limited conversation to collaborators Sep 30, 2020
@whymarrh whymarrh deleted the lockdown branch October 13, 2020 18:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lockdown with SES
1 participant