Skip to content

Releases: patriksimek/vm2

v3.10.1

09 Jan 20:35

Choose a tag to compare

What's Changed

  • fix: Promise callback sanitization bypass vulnerability by @patriksimek in #547

Full Changelog: v3.10.0...v3.10.1

v3.10.0

24 Oct 19:43
96acb88

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.9.19...v3.10.0

3.9.19

16 May 05:30

Choose a tag to compare

Fixes

cfa3fc6: Fix resolver issue.

3.9.18

15 May 15:04

Choose a tag to compare

New Features

dd81ff6: Add resolver API to create a shared resolver for multiple NodeVM instances allowing to cache scripts and increase sandbox startup times.
4d662e3: Allow to pass a function to require.context which is called with the filename allowing to specify the context pre file. (Thanks to @blakebyrnes)

Fixes

d88105f: Fix issue leaking host array through Proxy. (Thanks to @arkark (Takeshi Kaneko) of GMO Cybersecurity by Ierae, Inc.)
5206ba2: Fix issue with inspect being writeable. (Thanks to @arkark (Takeshi Kaneko) of GMO Cybersecurity by Ierae, Inc.)

3.9.17

17 Apr 15:08

Choose a tag to compare

Fixes

4b22e87: Fix issue in catch block protection. (Thanks to Xion (SeungHyun Lee) of KAIST Hacking Lab.)
f3db4de: Fix issue with host exceptions thrown in async functions leaking though the Promise.

3.9.16

11 Apr 09:00

Choose a tag to compare

Fixes

24c724d: Fix issue in transformer issue by reworking replacement logic. (Thanky to Xion (SeungHyun Lee) of KAIST Hacking Lab.)

3.9.15

06 Apr 18:46

Choose a tag to compare

Fixes

d534e57: Ensure no host objects are passed through to Error.prepareStackTrace. (Thanky to Seongil Wi from KAIST WSP Lab)

3.9.14

05 Feb 20:40
e541782

Choose a tag to compare

Fixes

fe3ab68: Support conditional export resolution with custom resolver (thanks to nick-klaviyo).

3.9.13

08 Dec 18:00
d4bcc21

Choose a tag to compare

Fixes

1c365f7: Fix typescript error in index.d.ts.

3.9.12

29 Nov 15:32
4aa3605

Choose a tag to compare

New Features

81f625d: Add file system API.

Fixes

442feea: Fix parsing error with object pattern in catch clause.