-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Being a dependabot here, node-forge
is making so many vulnerabilities including cryptography
#1351
Comments
@achingbrain please update |
The node-forge version libp2p depends on is |
I still get this audit message after running
|
Can we just change the version to 1.3.1 in the package.json file you refer here? |
if node-forge version still does not change with |
You can find this out by running When I run it in a % npm ls node-forge
my-project@1.0.0 /path/to/my-project
└─┬ ipfs-core@0.15.4
├─┬ @libp2p/crypto@0.22.14
│ └── node-forge@1.3.1
├─┬ @libp2p/peer-id-factory@1.0.17
│ └─┬ @libp2p/crypto@1.0.2
│ └── node-forge@1.3.1 deduped
└─┬ libp2p@0.37.3
└── node-forge@1.3.1 deduped So
PRs are gratefully accepted. Though this should not be necessary as it an in-range semver update. |
Version:
Every recent js-libp2p published version
Platform:
in all platform
Subsystem:
in all subsystem
Severity:
From low to High
Description:
I was auditing my oracle / p2p client and ran
yarn audit
in this repo https://github.com/digitalnativeinc/lumenI got audit report from this one
node-forge
package creating every problem from low to highno audit result from
node-forge
node-forge
updated to>=1.3.0
Steps to reproduce the error:
clone this repo and run
yarn audit
The text was updated successfully, but these errors were encountered: