n8n/packages/@n8n/expression-runtime/src/extensions
Danny Martini 1acdafe6ac
fix(core): VM test Group G — RCE prevention & expression fixture fixes (#27178)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 17:20:20 +00:00
..
__tests__ feat(core): Port function extensions to VM isolate and add URL and Intl polyfills (#26689) 2026-03-12 12:44:28 +00:00
array-extensions.ts chore(core): Polyfill crypto and URLSearchParams in VM expression engine isolate (#26626) 2026-03-11 13:47:57 +00:00
boolean-extensions.ts
date-extensions.ts
expression-extension-error.ts
extend.ts fix(core): VM test Group G — RCE prevention & expression fixture fixes (#27178) 2026-03-23 17:20:20 +00:00
extensions.ts
function-extensions.ts feat(core): Port function extensions to VM isolate and add URL and Intl polyfills (#26689) 2026-03-12 12:44:28 +00:00
number-extensions.ts feat(core): Port function extensions to VM isolate and add URL and Intl polyfills (#26689) 2026-03-12 12:44:28 +00:00
object-extensions.ts chore(core): Polyfill crypto and URLSearchParams in VM expression engine isolate (#26626) 2026-03-11 13:47:57 +00:00
string-extensions.ts feat(core): Port function extensions to VM isolate and add URL and Intl polyfills (#26689) 2026-03-12 12:44:28 +00:00
utils.ts