Open marcello33 opened 2 years ago
This appears to be identical to #5703, so I'm closing it in favor of that one.
Hi @haltman-at, my bad sorry, I updated the description, the issues here are different now, as you can see (these are related to @truffle/hdwallet-provider@2.1.1
).
Can you reopen the PR? Thank you
Sure, I can reopen the issue. For simplicity in the future I'd recommend just filing a new issue in a case like this.
These seem to be coming from web3, but we'll add to our backlog and eventually get to it. You should report this issue to Web3 as well.
Will report to web3 too. Thanks.
I reported it to web3 too. They'll include a fix in the next release.
The thing is: truffle should also use latest web3 version (currently 1.8.1).
Sure! Sometimes keeping up to date with web3 is not trivial. I'll go ahead and put in a PR for that version to see if it is an easy upgrade and will pass CI.
Issue
@truffle/hdwallet-provider@2.1.1
comes with vulnerabilities, as detected bysnyk
.Please, update the dependencies.
Steps to Reproduce
Run
snyk test
or - theoretically - any other dependencies' vulnerabilities detector on any truffle projectExpected Behavior
No vulnerabilities detected
Actual Results
Environment
truffle version
): 5.6.5node --version
): 16.17.1npm --version
): 8.15.0