v2.11.0
Release v2.11.0
Release type: stable
Release line: 2.11.x
Branch: release/2.11.x
Published Packages
@enclave-vm/core@2.11.0@enclave-vm/types@2.11.0@enclave-vm/stream@2.11.0@enclave-vm/broker@2.11.0@enclave-vm/client@2.11.0@enclave-vm/react@2.11.0@enclave-vm/runtime@2.11.0@enclave-vm/ast@2.11.0
[2.11.0] - 2026-02-20
Added
- Introduced
additionalDisallowedIdentifiersin@enclave-vm/astfor additional code safety. - Implemented a function to handle array-coered strings in
disallowed-identifier.rule.ts.
Changed
- Updated
@enclave-vm/*package dependencies to version2.11.0. - Improved handling of configuration scripts and object neutralization in
VmAdapterandParentVmBootstrap.
Fixed
- Resolved configuration and enumeration issues in memory tracking and sandbox adapter properties.
Security
- Enhanced security by neutralizing dangerous static methods on the intrinsic Object constructor to avoid prototype pollution.
- Defense-in-depth improvements: Removed host callbacks after capturing within sandbox scripts.