endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
804 stars 71 forks source link

chore(ses): Reapply hardened typed array configurable properties test #2019

Closed kriskowal closed 7 months ago

kriskowal commented 7 months ago

Closes #1053

Description

A defect in a version of Node 14 required us to relax a check in the SES tests. With Node.js 14 a distant memory and 18 being LTS, we can reapply the test.

Security Considerations

This reenables a test of our invariants.

Scaling Considerations

Not applicable.

Documentation Considerations

None.

Testing Considerations

Improves tests.

Compatibility Considerations

Does not alter compatibility.

Upgrade Considerations

Will not impact upgrade.