Parcel: Security vulnerability on the module node-forge

Created on 2 Oct 2020  路  5Comments  路  Source: parcel-bundler/parcel

馃悰 bug report

There is a security vulnerability on the module node-forge.
Here is the link of the information about the vulnerability:
https://www.npmjs.com/advisories/1561

馃 Expected Behavior

No security vulnerabilities when you execute npm audit

馃槸 Current Behavior

There is a security vulnerability when you execute npm audit

Here is he terminal message:

                       === npm audit security report ===                        


                                 Manual Review                                  
             Some vulnerabilities require your attention to resolve             

          Visit https://go.npm.me/audit-guide for additional guidance           


  High            Prototype Pollution in node-forge                             

  Package         node-forge                                                    

  Patched in      >= 0.10.0                                                     

  Dependency of   parcel [dev]                                                  

  Path            parcel > node-forge                                           

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

馃拋 Possible Solution

Execute an npm audit fix will solve the issue

馃敠 Context

I'm a developer using this npm package and it affect my app.

Most helpful comment

I also came across this issue. The latest stable version looks to be v1.12.4 which depends on v0.7.6 of node-forge.
The next version that resolves the vulnerability and references v0.10.0 of node-forge is v2.0.0-beta.1.

All 5 comments

I can see after clone it, that maybe the problem is that is not published the latest version on NPM?
Because after clone it I see no audit issues in the terminal.

I also came across this issue. The latest stable version looks to be v1.12.4 which depends on v0.7.6 of node-forge.
The next version that resolves the vulnerability and references v0.10.0 of node-forge is v2.0.0-beta.1.

Thanks a lot @mohameddahrouj 馃榿

As is solve in the beta branch I close the issue.

I'm a developer using this npm package and it affect my app.

At least yarn audit fix does not solve the problem for me.

Please provide the patch for v1, I won't use v2 as a beta!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

humphd picture humphd  路  3Comments

Niggler picture Niggler  路  3Comments

algebraic-brain picture algebraic-brain  路  3Comments

will-stone picture will-stone  路  3Comments

donaldallen picture donaldallen  路  3Comments