build(deps): bump vm2 from 3.9.15 to 3.9.19
Bumps vm2 from 3.9.15 to 3.9.19.
Release notes
Sourced from vm2's releases.
3.9.19
Fixes
https://github.com/patriksimek/vm2/commit/cfa3fc6f81be05ce9ed08a79a406ebe3b61ead3e: Fix resolver issue.
3.9.18
New Features
https://github.com/patriksimek/vm2/commit/dd81ff616ff528de5dc7a1cf2939de3d3701539d: Add resolver API to create a shared resolver for multiple
NodeVMinstances allowing to cache scripts and increase sandbox startup times. https://github.com/patriksimek/vm2/commit/4d662e34d369b920943eee139ef60fb557666a43: Allow to pass a function torequire.contextwhich is called with the filename allowing to specify the context pre file. (Thanks to@blakebyrnes)Fixes
https://github.com/patriksimek/vm2/commit/d88105f99752305c5b8a77b63ddee3ec86912daf: Fix issue leaking host array through
Proxy. (Thanks to@arkark(Takeshi Kaneko) of GMO Cybersecurity by Ierae, Inc.) https://github.com/patriksimek/vm2/commit/5206ba25afd86ef547a2c9d48d46ca7a9e6ec238: Fix issue withinspectbeing writeable. (Thanks to@arkark(Takeshi Kaneko) of GMO Cybersecurity by Ierae, Inc.)3.9.17
Fixes
https://github.com/patriksimek/vm2/commit/4b22e87b102d97d45d112a0931dba1aef7eea049: Fix issue in catch block protection. (Thanks to Xion (SeungHyun Lee) of KAIST Hacking Lab.) https://github.com/patriksimek/vm2/commit/f3db4dee4d76b19869df05ba7880d638a880edd5: Fix issue with host exceptions thrown in async functions leaking though the Promise.
3.9.16
Fixes
https://github.com/patriksimek/vm2/commit/24c724daa7c09f003e556d7cd1c7a8381cb985d7: Fix issue in transformer issue by reworking replacement logic. (Thanky to Xion (SeungHyun Lee) of KAIST Hacking Lab.)
Changelog
Sourced from vm2's changelog.
v3.9.19 (2023-05-16)
[fix] Fix resolver issue.
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.v3.9.17 (2023-04-17)
[fix] Multiple security fixes.
v3.9.16 (2023-04-11)
[fix] Security fix (see patriksimek/vm2#516).
Commits
1663f23Release 3.9.19cfa3fc6Fix resolver issue2f446e5Release 3.9.18587bb13Add tests for past vulnerabilitiesf5a129aMerge branch 'master' of https://github.com/patriksimek/vm2dd81ff6Merge pull request #519 from XmiliaH/resolver-apiaf983a8Merge remote-tracking branch 'upstream/master' into resolver-api5206ba2Inspect method should be readonlyd88105fEnsure host array does not leak through proxy4d662e3Merge pull request #521 from ulixee/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.
Codecov Report
Merging #1659 (fe8dad2) into master (837a3cc) will not change coverage. The diff coverage is
n/a.
:exclamation: Current head fe8dad2 differs from pull request most recent head c2d999b. Consider uploading reports for the commit c2d999b to get more accurate results
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
@@ Coverage Diff @@
## master #1659 +/- ##
=======================================
Coverage 95.10% 95.10%
=======================================
Files 117 117
Lines 1123 1123
Branches 128 128
=======================================
Hits 1068 1068
Misses 23 23
Partials 32 32
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more