Bump vm2 from 3.9.19 to 3.10.3 by dependabot[bot] · Pull Request #1129 · cloudinary/cloudinary_wordpress
Bumps vm2 from 3.9.19 to 3.10.3.
Release notes
Sourced from vm2's releases.
v3.10.3
What's Changed
- fix: prevent sandbox escape via Symbol.for cross-realm symbols
- fix: prevent Symbol.for bypass via hasOwnProperty override
- fix: prevent Symbol.for bypass via object key coercion
- fix: prevent cross-realm symbol extraction via Object.getOwnPropertySymbols
- fix: prevent cross-realm symbol extraction via spread operator on bridge proxies
- fix: prevent sandbox escape via Promise species manipulation
- fix: prevent Symbol.species getter TOCTOU bypass in Promise species reset
- fix: eliminate Promise species TOCTOU by unconditional constructor override
- fix: prevent sandbox escape via Promise.try static method stealing
Full Changelog: patriksimek/vm2@v3.10.2...v3.10.3
v3.10.2
What's Changed
- fix: use Reflect.apply instead of .call() in Promise handlers by
@patriksimekin patriksimek/vm2#549Full Changelog: patriksimek/vm2@v3.10.1...v3.10.2
v3.10.1
What's Changed
- fix: Promise callback sanitization bypass vulnerability by
@patriksimekin patriksimek/vm2#547Full Changelog: patriksimek/vm2@v3.10.0...v3.10.1
v3.10.0
What's Changed
- Upstream security fixes
@netroyin patriksimek/vm2#540- Modernization, added support for TypeScript compiler
@patriksimekin patriksimek/vm2#542New Contributors
@netroymade their first contribution in patriksimek/vm2#540Full Changelog: patriksimek/vm2@3.9.19...v3.10.0
Commits
a99a456chore: bump versiond25a1f0Merge commit from fork6cf582afix: prevent sandbox escape via Symbol.for cross-realm symbols (#553)4b009c2fix: use Reflect.apply instead of .call() in Promise handlers (#549)055b2f8chore: update npm version for publishingb8c58c6chore: migrate to npm trusted publishinga7048d2fix: sanitize Promise callback arguments to prevent sandbox escape2ebf2a0docs: add CONTRIBUTING.md912d462fix: gh actions permissions7bb3e29Add SECURITY.md- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vm2 since your current version.
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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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.