Skip to content

v2.11.1

Choose a tag to compare

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

Release v2.11.1

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

Published Packages

[2.11.1] - 2026-02-22

Added

  • Introduced coercion-utils.ts in @enclave-vm/ast, which provides utilities for detecting JavaScript coercion patterns in AST nodes.

Changed

  • Enhanced disallowed-identifier.rule.ts and no-global-access.rule.ts to leverage new static key coercion detection from coercion-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.