LlamaPay / interface

https://llamapay.io
17 stars 24 forks source link

update wagmi #96

Closed mintdart closed 1 year ago

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
interface ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 20, 2023 at 8:43AM (UTC)
interface-gnosis-safe ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 20, 2023 at 8:43AM (UTC)
socket-security[bot] commented 1 year ago

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
bigint-buffer@1.1.5 (added) install package.json via wagmi@0.11.6
🫣 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
bigint-buffer@1.1.5 (added) binding.gyp package.json via wagmi@0.11.6
bufferutil@4.0.7 (added) binding.gyp package.json via @gnosis.pm/safe-apps-sdk@7.8.0, @graphql-codegen/cli@3.0.0, @next/bundle-analyzer@13.1.6, ethereum-multicall@2.12.0, ethers@5.7.2, wagmi@0.11.6
utf-8-validate@5.0.10 (added) binding.gyp package.json via @gnosis.pm/safe-apps-sdk@7.8.0, @graphql-codegen/cli@3.0.0, @next/bundle-analyzer@13.1.6, ethereum-multicall@2.12.0, ethers@5.7.2, wagmi@0.11.6
Pull request report summary
Issue Status
Install scripts ⚠️ 1 issue
Native code ⚠️ 3 issues
Bin script confusion ✅ 0 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
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 bigint-buffer@1.1.5
  • @SocketSecurity ignore bufferutil@4.0.7
  • @SocketSecurity ignore utf-8-validate@5.0.10

⚠️ Please accept the latest app permissions to ensure bot commands work properly. Accept the new permissions here.

Powered by socket.dev

mintdart commented 1 year ago

gnosis app fails to build because of a bug in wagmi's safe connector (https://github.com/wagmi-dev/references/issues/110), will merge when that issue is resolved