Skip to content
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

Frontend dk #91

Open
wants to merge 90 commits into
base: main
Choose a base branch
from
Open

Frontend dk #91

wants to merge 90 commits into from

Conversation

Ronexlemon
Copy link

No description provided.

anthonykimani and others added 30 commits September 28, 2022 08:18
combine RehemaMint Ang Join Community contracts
added the donate cUSD contract
Merge pull request #1 from anthonykimani/main
Merge pull request #3 from anthonykimani/main
@socket-security
Copy link

Socket Security Pull Request Report

Dependency issues detected. If you merge this pull request, you will not be alerted to the instances of these issues again.

📜 Install scripts

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
bufferutil@4.0.6 (added) binding.gyp TUMAINI-DAO/client/package.json via ethers@5.7.2, @ethersproject/providers@5.7.2, ws@7.4.6
classic-level@1.2.0 (added) binding.gyp BACKENDHARDHAT/package.json via hardhat@2.12.0, @nomicfoundation/ethereumjs-blockchain@6.0.0, level@8.0.0
keccak@3.0.2 (added) binding.gyp BACKENDHARDHAT/package.json via hardhat@2.12.0,TUMAINI-DAO/client/package.json via @celo/contractkit@2.2.0, @celo/utils@2.2.0, ethereumjs-util@5.2.1, ethereum-cryptography@0.1.3
secp256k1@4.0.3 (added) binding.gyp BACKENDHARDHAT/package.json via hardhat@2.12.0, @nomicfoundation/ethereumjs-block@4.0.0, ethereum-cryptography@0.1.3,TUMAINI-DAO/client/package.json via @celo/contractkit@2.2.0, @celo/utils@2.2.0, ethereumjs-util@5.2.1, ethereum-cryptography@0.1.3
utf-8-validate@5.0.9 (added) binding.gyp TUMAINI-DAO/client/package.json via ethers@5.7.2, @ethersproject/providers@5.7.2, ws@7.4.6
web3-bzz@1.3.6 (added) postinstall TUMAINI-DAO/client/package.json via web3@1.3.6
keccak@3.0.2 (added) install BACKENDHARDHAT/package.json via hardhat@2.12.0,TUMAINI-DAO/client/package.json via @celo/contractkit@2.2.0, @celo/utils@2.2.0, ethereumjs-util@5.2.1, ethereum-cryptography@0.1.3
secp256k1@4.0.3 (added) install BACKENDHARDHAT/package.json via hardhat@2.12.0, @nomicfoundation/ethereumjs-block@4.0.0, ethereum-cryptography@0.1.3,TUMAINI-DAO/client/package.json via @celo/contractkit@2.2.0, @celo/utils@2.2.0, ethereumjs-util@5.2.1, ethereum-cryptography@0.1.3
web3@1.3.6 (added) postinstall TUMAINI-DAO/client/package.json
web3-shh@1.3.6 (added) postinstall TUMAINI-DAO/client/package.json via web3@1.3.6
core-js@3.25.3 (added) postinstall TUMAINI-DAO/client/package.json via react-scripts@5.0.1, react-app-polyfill@3.0.0
core-js-pure@3.25.3 (added) postinstall TUMAINI-DAO/client/package.json via react-scripts@5.0.1, @pmmmwh/react-refresh-webpack-plugin@0.5.7
bufferutil@4.0.6 (added) install TUMAINI-DAO/client/package.json via ethers@5.7.2, @ethersproject/providers@5.7.2, ws@7.4.6
classic-level@1.2.0 (added) install BACKENDHARDHAT/package.json via hardhat@2.12.0, @nomicfoundation/ethereumjs-blockchain@6.0.0, level@8.0.0
utf-8-validate@5.0.9 (added) install TUMAINI-DAO/client/package.json via ethers@5.7.2, @ethersproject/providers@5.7.2, ws@7.4.6
es5-ext@0.10.62 (added) postinstall TUMAINI-DAO/client/package.json via web3@1.3.6, web3-core@1.3.6, web3-core-requestmanager@1.3.6, web3-providers-ws@1.3.6, websocket@1.0.34
🫣 Native code

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
bufferutil@4.0.6 (added) binding.gyp TUMAINI-DAO/client/package.json via ethers@5.7.2, @ethersproject/providers@5.7.2, ws@7.4.6
classic-level@1.2.0 (added) binding.gyp BACKENDHARDHAT/package.json via hardhat@2.12.0, @nomicfoundation/ethereumjs-blockchain@6.0.0, level@8.0.0
keccak@3.0.2 (added) binding.gyp BACKENDHARDHAT/package.json via hardhat@2.12.0,TUMAINI-DAO/client/package.json via @celo/contractkit@2.2.0, @celo/utils@2.2.0, ethereumjs-util@5.2.1, ethereum-cryptography@0.1.3
secp256k1@4.0.3 (added) binding.gyp BACKENDHARDHAT/package.json via hardhat@2.12.0, @nomicfoundation/ethereumjs-block@4.0.0, ethereum-cryptography@0.1.3,TUMAINI-DAO/client/package.json via @celo/contractkit@2.2.0, @celo/utils@2.2.0, ethereumjs-util@5.2.1, ethereum-cryptography@0.1.3
utf-8-validate@5.0.9 (added) binding.gyp TUMAINI-DAO/client/package.json via ethers@5.7.2, @ethersproject/providers@5.7.2, ws@7.4.6
😵‍💫 Bin script confusion

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 BACKENDHARDHAT/package.json via hardhat@2.12.0
rlp@2.2.7 (added) rlp BACKENDHARDHAT/package.json via @nomicfoundation/hardhat-toolbox@2.0.0, @nomicfoundation/hardhat-network-helpers@1.0.6, ethereumjs-util@7.1.5,TUMAINI-DAO/client/package.json via @celo/contractkit@2.2.0, @celo/utils@2.2.0, ethereumjs-util@5.2.1
jest@27.5.1 (added) jest TUMAINI-DAO/client/package.json via react-scripts@5.0.1
jest-cli@27.5.1 (added) jest TUMAINI-DAO/client/package.json via react-scripts@5.0.1, jest@27.5.1
🧌 Protestware/Troll package

This package is a joke, parody, or includes undocumented or hidden behavior unrelated to its primary function.

Package Note Source
es5-ext@0.10.62 (added) This package prints a protestware console message on install regarding Ukraine for users with Russian language locale TUMAINI-DAO/client/package.json via web3@1.3.6, web3-core@1.3.6, web3-core-requestmanager@1.3.6, web3-providers-ws@1.3.6, websocket@1.0.34
Pull request report summary
Issue Status
Install scripts ⚠️ 16 issues
Native code ⚠️ 5 issues
Bin script confusion ⚠️ 4 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 ⚠️ 1 issue
Bot Commands

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 bufferutil@4.0.6
  • @SocketSecurity ignore classic-level@1.2.0
  • @SocketSecurity ignore keccak@3.0.2
  • @SocketSecurity ignore secp256k1@4.0.3
  • @SocketSecurity ignore utf-8-validate@5.0.9

Powered by socket.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants