Skip to content

Comments

chore(deps): update dependency y18n to 4.0.1 [security]#155

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/npm-y18n-vulnerability
Open

chore(deps): update dependency y18n to 4.0.1 [security]#155
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/npm-y18n-vulnerability

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change
y18n 4.0.0 -> 4.0.1

GitHub Vulnerability Alerts

CVE-2020-7774

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.


Configuration

📅 Schedule: "" (UTC).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov-commenter
Copy link

codecov-commenter commented Apr 26, 2021

Codecov Report

Merging #155 (7e756bf) into master (a05be53) will not change coverage.
The diff coverage is n/a.

❗ Current head 7e756bf differs from pull request most recent head 2fa9489. Consider uploading reports for the commit 2fa9489 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master     #155   +/-   ##
=======================================
  Coverage   85.71%   85.71%           
=======================================
  Files           4        4           
  Lines          84       84           
  Branches       14       14           
=======================================
  Hits           72       72           
  Misses          8        8           
  Partials        4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a05be53...2fa9489. Read the comment docs.

@renovate renovate bot force-pushed the renovate/npm-y18n-vulnerability branch from 2fa9489 to ae7d74c Compare October 18, 2021 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants