orchestra icon indicating copy to clipboard operation
orchestra copied to clipboard

[Security] Bump y18n from 3.2.1 to 3.2.2

Open dependabot-preview[bot] opened this issue 3 years ago • 2 comments

Bumps y18n from 3.2.1 to 3.2.2. This update includes a security fix.

Vulnerabilities fixed

Sourced from The GitHub Security Advisory Database.

Prototype Pollution

Overview

The npm package y18n before versions 3.2.2, 4.0.1, and 5.0.5 is vulnerable to Prototype Pollution.

POC

const y18n = require('y18n')();

y18n.setLocale('proto'); y18n.updateLocale({polluted: true});

console.log(polluted); // true

Recommendation

Upgrade to version 3.2.2, 4.0.1, 5.0.5 or later.

Affected versions: < 3.2.2

Commits
Maintainer changes

This version was pushed to npm by oss-bot, a new releaser for y18n since your current version.


Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

dependabot-preview[bot] avatar Mar 29 '21 17:03 dependabot-preview[bot]

Dependabot tried to add @dastanko as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/b12io/orchestra/pulls/764/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the b12io/orchestra repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

dependabot-preview[bot] avatar Mar 29 '21 17:03 dependabot-preview[bot]

Coverage Status

Coverage remained the same at 94.376% when pulling 840094ae51a1143098533bbfed8f39a1e0848dd5 on dependabot-npm_and_yarn-y18n-3.2.2 into 6940fecfab4bee2db37957a678655d710bccb25d on main.

coveralls avatar Mar 29 '21 18:03 coveralls