Open dependabot[bot] opened 1 year ago
Dependency issues detected. If you merge this pull request, you will not be alerted to the instances of these issues again.
Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.
Package | Script field | Source |
---|---|---|
classic-level@1.2.0 (added) | binding.gyp |
typescript/optics-tests/package.json via hardhat@2.12.5, @nomicfoundation/ethereumjs-blockchain@6.0.0, level@8.0.0 |
classic-level@1.2.0 (added) | install |
typescript/optics-tests/package.json via hardhat@2.12.5, @nomicfoundation/ethereumjs-blockchain@6.0.0, level@8.0.0 |
Contains native code which could be a vector to obscure malicious code, and generally decrease the likelihood of reproducible or reliable installs.
Ensure that native code bindings are expected. Consumers may consider pure JS and functionally similar alternatives to avoid the challenges and risks associated with native code bindings.
Package | Location | Source |
---|---|---|
classic-level@1.2.0 (added) | binding.gyp | typescript/optics-tests/package.json via hardhat@2.12.5, @nomicfoundation/ethereumjs-blockchain@6.0.0, level@8.0.0 |
This package has multiple bin scripts with the same name. This can cause non-deterministic behavior when installing or could be a sign of a supply chain attack
Consider removing one of the conflicting packages. Packages should only export bin scripts with their name
Package | Bin script | Source |
---|---|---|
@nomicfoundation/ethereumjs-rlp@4.0.0 (added) | rlp |
typescript/optics-tests/package.json via hardhat@2.12.5 |
rlp@2.2.6 (added) | rlp |
solidity/optics-core/package.json via hardhat@2.6.0, @ethereumjs/blockchain@5.4.0,solidity/optics-xapps/package.json via hardhat@2.6.0, @ethereumjs/blockchain@5.4.0,typescript/optics-tests/package.json via ethereum-waffle@3.4.0, @ethereum-waffle/provider@3.4.0, ganache-core@2.13.2, ethereumjs-account@3.0.0 |
rlp@2.2.7 (added) | rlp |
typescript/optics-tests/package.json via hardhat@2.12.5, @metamask/eth-sig-util@4.0.1, ethereumjs-util@6.2.1 |
Issue | Status |
---|---|
Install scripts | ⚠️ 2 issues |
Native code | ⚠️ 1 issue |
Bin script confusion | ⚠️ 3 issues |
Bin script shell injection | ✅ 0 issues |
Unresolved require | ✅ 0 issues |
Invalid package.json | ✅ 0 issues |
HTTP dependency | ✅ 0 issues |
Git dependency | ✅ 0 issues |
Potential typo squat | ✅ 0 issues |
Known Malware | ✅ 0 issues |
Telemetry | ✅ 0 issues |
Protestware/Troll package | ✅ 0 issues |
To ignore an alert, reply with a comment starting with @SocketSecurity ignore
followed by a space separated list of package-name@version
specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@2.4.2
@SocketSecurity ignore classic-level@1.2.0
@SocketSecurity ignore @nomicfoundation/ethereumjs-rlp@4.0.0
@SocketSecurity ignore rlp@2.2.6
@SocketSecurity ignore rlp@2.2.7
Powered by socket.dev
Bumps flat to 5.0.2 and updates ancestor dependency hardhat. These dependencies need to be updated together.
Updates
flat
from 4.1.1 to 5.0.2Commits
e5ffd66
Release 5.0.2fdb79d5
Update dependencies, refresh lockfile, format with standard.e52185d
Test against node 14 in CI.0189cb1
Avoid arrow function syntax.f25d3a1
Release 5.0.154cc7ad
use standard formatting779816e
drop dependencies2eea6d3
Bump lodash from 4.17.15 to 4.17.19a61a554
Bump acorn from 7.1.0 to 7.4.020ef0ef
Fix prototype pollution on unflattenUpdates
hardhat
from 2.6.3 to 2.12.5Release notes
Sourced from hardhat's releases.
... (truncated)
Commits
a1a36f8
Version Packages3152b55
Merge pull request #3494 from NomicFoundation/fix-vyper-timeouts7e81377
Add changesets633f20b
[vyper] Use the GITHUB_TOKEN and increase timeoutb24b994
Accept extra headers in the downloader module7404d28
Merge pull request #3489 from NomicFoundation/remove-trailing-whitespace240779d
Remove all trailing whitespacee3fc55c
Set trim_trailing_whitespace to true727740f
Merge pull request #3470 from NomicFoundation/return-data-custom-error23a594a
Create warm-radios-cross.mdDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/celo-org/optics-monorepo/network/alerts).