question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NPM audit found 1 high severity vulnerability - Prototype Pollution in node-forge

See original GitHub issue

NPM audit found 1 high severity vulnerability - Prototype Pollution in node-forge

Sorry to say, but the npm audit found one more security vulnerability in the react-scripts v 3.4.3

Run  npm update selfsigned --depth 3  to resolve 1 vulnerability

  High            Prototype Pollution in node-forge                             

  Package         node-forge                                                    

  Dependency of   react-scripts                                                 

  Path            react-scripts > webpack-dev-server > selfsigned > node-forge  

  More info       https://npmjs.com/advisories/1561     

This is probably a false positive report, but it fails CI/CD as far as it has high severity and existed in non-dev dependencies.

Steps to reproduce:

npx create-react-app demo-app
npm audit

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
cjcurriecommented, Oct 1, 2020

I got four similar warnings for node-forge from firebase-tools in firebase-tools > @google-cloud/pubsub > google-auth-library > gtoken > google-p12-pem > node-forge

0reactions
gaearoncommented, Oct 7, 2020

This is indeed a false positive. It is resolved upstream so there is nothing for us to do here. If you see this, regenerate your lockfile.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Prototype Pollution in node-forge - Snyk Vulnerability Database
Prototype Pollution is a vulnerability affecting JavaScript. Prototype Pollution refers to the ability to inject properties into existing ...
Read more >
Vulnerability detected in node-forge - Stack Overflow
I've recently started a new Vue.js project. After my most recent GitHub commit, I received the following Dependabot notice: Known high severity ......
Read more >
vulnerabilities in npm dependencies - libup
There are 158 npm security advisories affecting our repositories. #1067342: minimist. Severity: critical. Prototype Pollution in minimist advisory. Affected ...
Read more >
yarn-audit-fix - npm
Start using yarn-audit-fix in your project by running `npm i ... 1 high severity vulnerability To address all issues, run: npm audit fix ......
Read more >
Npm found 46 high severity vulnerabilities? : r/learnjavascript
After I run 'npm audit' to get more details all 46 of them are 'Prototype pollution in node-forge'. What does it mean and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found