Skip to content

v2.11.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 22:56
· 14 commits to main since this release

Release v2.11.0

Release type: stable
Release line: 2.11.x
Branch: release/2.11.x

Published Packages

[2.11.0] - 2026-02-20

Added

  • Introduced additionalDisallowedIdentifiers in @enclave-vm/ast for additional code safety.
  • Implemented a function to handle array-coered strings in disallowed-identifier.rule.ts.

Changed

  • Updated @enclave-vm/* package dependencies to version 2.11.0.
  • Improved handling of configuration scripts and object neutralization in VmAdapter and ParentVmBootstrap.

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.