Add WeakRef, FinalizationGroup to start compartment only #551
Labels
kriskowal-review-2024-01
Issues that kriskowal wants to bring to the attention of the team for review as of January, 2024
permits
Issues pertaining to SES’s permits for properties of shared intrinsics
They are now standard, reality, and needed by the Agoric platform. They are powerful and should be added to the start compartment only, and only to the
initialGlobalPropertyNames
whitelist.WeakRef.prototype.constructor
should be anInertWeakRef
constructor, or at least a powerless one, so that WeakRef instances do not grant the ability to observe more than can be observed with that one instance.There's probably a similar need for an
InertFinalizationGroup
but more thought is needed.The text was updated successfully, but these errors were encountered: