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
No security vulnerabilities when you execute npm audit
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
Execute an npm audit fix will solve the issue
I'm a developer using this npm package and it affect my app.
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!
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.