Skip to content

stackshift/socialconnect - #65

Open
boredmage wants to merge 2 commits into
celo-org:mainfrom
boredmage:stackshift/devtip
Open

stackshift/socialconnect#65
boredmage wants to merge 2 commits into
celo-org:mainfrom
boredmage:stackshift/devtip

Conversation

@boredmage

Copy link
Copy Markdown

No description provided.

@socket-security

Copy link
Copy Markdown

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Issue Package Version Note Source
Git dependency @celo/identity 4.1.0 devtip/packages/react-app/package.json
Native code bigint-buffer 1.1.5 devtip/package.json via @celo/rainbowkit-celo@1.0.0, wagmi@1.1.0, devtip/packages/react-app/package.json via @celo/rainbowkit-celo@1.0.0, @rainbow-me/rainbowkit@1.0.1, wagmi@1.1.0
Install scripts bigint-buffer 1.1.5
  • Install script: install
  • Source: npm run rebuild || echo "Couldn't build bindings. Non-native version used."
devtip/package.json via @celo/rainbowkit-celo@1.0.0, wagmi@1.1.0, devtip/packages/react-app/package.json via @celo/rainbowkit-celo@1.0.0, @rainbow-me/rainbowkit@1.0.1, wagmi@1.1.0
Native code bufferutil 4.0.7 devtip/package.json via @celo/identity@4.1.0, @celo/rainbowkit-celo@1.0.0, viem@0.3.50, wagmi@1.1.0, devtip/packages/react-app/package.json via @celo/identity@4.1.0, @celo/rainbowkit-celo@1.0.0, @rainbow-me/rainbowkit@1.0.1, ethers@5.7.2, viem@0.3.50, wagmi@1.1.0
Native code dtrace-provider 0.8.8 devtip/package.json via @celo/identity@4.1.0, devtip/packages/react-app/package.json via @celo/identity@4.1.0
Native code keccak 3.0.3 devtip/package.json via @celo/identity@4.1.0, @celo/rainbowkit-celo@1.0.0, wagmi@1.1.0, devtip/packages/react-app/package.json via @celo/identity@4.1.0, @celo/rainbowkit-celo@1.0.0, @rainbow-me/rainbowkit@1.0.1, wagmi@1.1.0
Native code secp256k1 4.0.3 devtip/package.json via @celo/identity@4.1.0, devtip/packages/react-app/package.json via @celo/identity@4.1.0
Native code utf-8-validate 5.0.10 devtip/package.json via @celo/identity@4.1.0, @celo/rainbowkit-celo@1.0.0, viem@0.3.50, wagmi@1.1.0, devtip/packages/react-app/package.json via @celo/identity@4.1.0, @celo/rainbowkit-celo@1.0.0, @rainbow-me/rainbowkit@1.0.1, ethers@5.7.2, viem@0.3.50, wagmi@1.1.0
Install scripts web3-bzz 1.3.6
  • Install script: postinstall
  • Source: echo "WARNING: the web3-bzz api will be deprecated in the next version"
devtip/package.json via @celo/identity@4.1.0, devtip/packages/react-app/package.json via @celo/identity@4.1.0
Install scripts web3 1.3.6
  • Install script: postinstall
  • Source: echo "WARNING: the web3-shh and web3-bzz api will be deprecated in the next version"
devtip/package.json via @celo/identity@4.1.0, devtip/packages/react-app/package.json via @celo/identity@4.1.0
Install scripts web3-shh 1.3.6
  • Install script: postinstall
  • Source: echo "WARNING: the web3-shh api will be deprecated in the next version"
devtip/package.json via @celo/identity@4.1.0, devtip/packages/react-app/package.json via @celo/identity@4.1.0
Install scripts protobufjs 6.11.3
  • Install script: postinstall
  • Source: node scripts/postinstall
devtip/package.json via firebase@9.22.1, react-firebase-hooks@5.1.1, devtip/packages/react-app/package.json via firebase@9.22.1, react-firebase-hooks@5.1.1
Install scripts protobufjs 7.2.3
  • Install script: postinstall
  • Source: node scripts/postinstall
devtip/package.json via firebase@9.22.1, react-firebase-hooks@5.1.1, devtip/packages/react-app/package.json via firebase@9.22.1, react-firebase-hooks@5.1.1
Install scripts es5-ext 0.10.62
  • Install script: postinstall
  • Source: node -e "try{require('./_postinstall')}catch(e){}" || exit 0
devtip/package.json via @celo/identity@4.1.0, devtip/packages/react-app/package.json via @celo/identity@4.1.0
Protestware/Troll package es5-ext 0.10.62
  • Note: This package prints a protestware console message on install regarding Ukraine for users with Russian language locale
devtip/package.json via @celo/identity@4.1.0, devtip/packages/react-app/package.json via @celo/identity@4.1.0
Telemetry next 13.4.4
  • Note: Can be disabled by setting the environment variable NEXT_TELEMETRY_DISABLED=1
devtip/packages/react-app/package.json

Next steps

What are git dependencies?

Contains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.

Publish the git dependency to npm or a private package repository and consume it from there.

What's wrong with 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.

What is an install script?

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.

What is protestware and troll packages?

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

Consider that consuming this package my come along with functionality unrelated to its primary purpose.

What is telemetry?

This package contains telemetry which tracks you.

Most telemetry comes with settings to disable it. Consider disabling telemetry if you do not want to be tracked.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

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@* or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore bigint-buffer@1.1.5
  • @SocketSecurity ignore web3-bzz@1.3.6
  • @SocketSecurity ignore web3@1.3.6
  • @SocketSecurity ignore web3-shh@1.3.6
  • @SocketSecurity ignore protobufjs@6.11.3
  • @SocketSecurity ignore protobufjs@7.2.3
  • @SocketSecurity ignore es5-ext@0.10.62
  • @SocketSecurity ignore bufferutil@4.0.7
  • @SocketSecurity ignore dtrace-provider@0.8.8
  • @SocketSecurity ignore keccak@3.0.3
  • @SocketSecurity ignore secp256k1@4.0.3
  • @SocketSecurity ignore utf-8-validate@5.0.10
  • @SocketSecurity ignore @celo/identity@4.1.0
  • @SocketSecurity ignore next@13.4.4

@socket-security

socket-security Bot commented Jun 6, 2023

Copy link
Copy Markdown

New and updated dependency changes detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives1 Size Publisher
next 🆕 13.4.4 eval, network, filesystem, shell, environment +88 2.17 GB vercel-release-bot
eslint-config-next 🆕 13.4.4 eval, filesystem, shell, environment +542 134 MB vercel-release-bot
@celo/identity 🆕 4.1.0 eval, network, filesystem, shell, environment +814 110 MB aaron-clabs
@types/node 🆕 20.2.5 None +0 3.78 MB types
@mui/material 🆕 5.13.3 filesystem, environment +162 51.1 MB hbjorbj
typescript 🆕 5.1.3 filesystem +0 40.1 MB typescript-bot
@celo/rainbowkit-celo 🆕 1.0.0 eval, network, filesystem, shell, environment +746 324 MB pputman684
@celo/poprf 🆕 0.1.9 filesystem +0 367 kB nategraf
viem 🆕 0.3.50 network, filesystem, shell, environment +30 94.7 MB jmoxey
firebase 🆕 9.22.1 eval, network, filesystem, shell, environment +186 196 MB google-wombot
@emotion/styled 🆕 11.11.0 filesystem, environment +118 15 MB emotion-release-bot
@emotion/react 🆕 11.11.0 filesystem, environment +114 14.2 MB emotion-release-bot
autoprefixer 🆕 10.4.14 filesystem, shell, environment +26 5.87 MB ai
react-hot-toast 🆕 2.4.1 filesystem, environment +14 12.7 MB timolins
eslint 🆕 8.42.0 eval, filesystem, shell, environment +190 17.9 MB eslintbot
react-icons 🆕 4.9.0 filesystem, environment +6 57.4 MB nolanleung
@types/react-dom 🆕 18.2.4 None +8 3.21 MB types
react-dom 🆕 18.2.0 filesystem, environment +8 5.36 MB gnoff
@rainbow-me/rainbowkit 🆕 1.0.1 eval, network, filesystem, shell, environment +358 149 MB danielsinclair
react-firebase-hooks 🆕 5.1.1 eval, network, filesystem, shell, environment +194 221 MB chrisbianca
@heroicons/react 🆕 2.0.18 filesystem, environment +6 3.1 MB malfaitrobin
axios 🆕 1.4.0 network, filesystem, environment +8 2.12 MB jasonsaayman
sass 🆕 1.62.1 filesystem, environment +34 7.37 MB sassbot
react 🆕 18.2.0 filesystem, environment +4 358 kB gnoff
ethers 🆕 5.7.2 network, filesystem, shell, environment +47 18.9 MB ricmoo
wagmi 🆕 1.1.0 eval, network, filesystem, shell, environment +648 284 MB awkweb
@types/react 🆕 18.2.7 None +6 2.82 MB types

Footnotes

  1. https://docs.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.

1 participant