v2.11.1
Release v2.11.1
Release type: stable
Release line: 2.11.x
Branch: release/2.11.x
Published Packages
@enclave-vm/core@2.11.1@enclave-vm/types@2.11.1@enclave-vm/stream@2.11.1@enclave-vm/broker@2.11.1@enclave-vm/client@2.11.1@enclave-vm/react@2.11.1@enclave-vm/runtime@2.11.1@enclave-vm/ast@2.11.1
[2.11.1] - 2026-02-22
Added
- Introduced
coercion-utils.tsin@enclave-vm/ast, which provides utilities for detecting JavaScript coercion patterns in AST nodes.
Changed
- Enhanced
disallowed-identifier.rule.tsandno-global-access.rule.tsto leverage new static key coercion detection fromcoercion-utils. - Improved detection of computed property key expressions that resolve to disallowed identifiers.
Fixed
- Fixed potential issues where certain coercion patterns were not detected, improving the security guard against CVE vulnerabilities.