chore(deps-dev): Bump vm2 from 3.9.17 to 3.9.18 by dependabot[bot] · Pull Request #1071 · vercel/ncc (original) (raw)
Bumps vm2 from 3.9.17 to 3.9.18.
Release notes
Sourced from vm2's releases.
3.9.18
New Features
patriksimek/vm2@dd81ff6: Add resolver API to create a shared resolver for multiple
NodeVMinstances allowing to cache scripts and increase sandbox startup times.patriksimek/vm2@4d662e3: Allow to pass a function torequire.contextwhich is called with the filename allowing to specify the context pre file. (Thanks to @blakebyrnes)Fixes
patriksimek/vm2@d88105f: Fix issue leaking host array through
Proxy. (Thanks to @arkark (Takeshi Kaneko) of GMO Cybersecurity by Ierae, Inc.)patriksimek/vm2@5206ba2: Fix issue withinspectbeing writeable. (Thanks to @arkark (Takeshi Kaneko) of GMO Cybersecurity by Ierae, Inc.)
Changelog
Sourced from vm2's changelog.
v3.9.18 (2023-05-15)
[fix] Multiple security fixes. [new] Add resolver API to create a shared resolver for multiple
NodeVMinstances allowing to cache scripts and increase sandbox startup times. [new] Allow to pass a function torequire.contextwhich is called with the filename allowing to specify the context pre file.
Commits
- 2f446e5 Release 3.9.18
- 587bb13 Add tests for past vulnerabilities
- f5a129a Merge branch 'master' of https://github.com/patriksimek/vm2
- dd81ff6 Merge pull request #519 from XmiliaH/resolver-api
- af983a8 Merge remote-tracking branch 'upstream/master' into resolver-api
- 5206ba2 Inspect method should be readonly
- d88105f Ensure host array does not leak through proxy
- 4d662e3 Merge pull request #521 from ulixee/pathContext
- 1728bdf chore: simplify default function for path context
- 7d16a56 Merge branch 'patriksimek:master' into pathContext
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.