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

Subgraphs endpoints #460

Open
wants to merge 5 commits into
base: v2
Choose a base branch
from
Open

Subgraphs endpoints #460

wants to merge 5 commits into from

Conversation

yasuke0x0
Copy link

  • Replaced old subgraphs endpoints (V2 & ETH-blocks)
  • gitignore .idea
  • Added REACT_APP_THE_GRAPH_API_KEY in .env

* gitignore .idea
* Added REACT_APP_THE_GRAPH_API_KEY in .env
Copy link

vercel bot commented Jan 1, 2025

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

Name Status Preview Comments Updated (UTC)
v1-info ❌ Failed (Inspect) Jan 3, 2025 10:30am

Copy link

vercel bot commented Jan 1, 2025

@yasuke0x0 is attempting to deploy a commit to the Uniswap Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

socket-security bot commented Jan 1, 2025

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@isaacs/cliui@8.0.2 None +6 171 kB isaacs
npm/@isaacs/fs-minipass@4.0.1 filesystem 0 101 kB isaacs
npm/@npmcli/agent@3.0.0 environment, network +1 822 kB npm-cli-ops
npm/@npmcli/fs@4.0.0 filesystem 0 26.6 kB npm-cli-ops
npm/@pkgjs/parseargs@0.11.0 None 0 74.2 kB oss-bot
npm/abbrev@2.0.0 None 0 4.83 kB lukekarrys
npm/agent-base@7.1.3 network 0 31.5 kB tootallnate
npm/eastasianwidth@0.2.0 None 0 13.6 kB komagata
npm/encoding@0.1.13 None +1 356 kB andris
npm/env-paths@2.2.1 None 0 10.2 kB sindresorhus
npm/err-code@2.0.3 None 0 12.3 kB achingbrain
npm/exponential-backoff@3.1.1 None 0 37.3 kB sssayegh
npm/foreground-child@3.3.0 shell Transitive: environment, filesystem +2 162 kB isaacs
npm/http-cache-semantics@4.1.1 None 0 35.9 kB kornel
npm/http-proxy-agent@7.0.2 network Transitive: environment +2 72.9 kB tootallnate
npm/https-proxy-agent@7.0.6 network 0 35.2 kB tootallnate
npm/ip-address@9.0.5 None +2 264 kB beaugunderson
npm/jackspeak@3.4.3 environment 0 297 kB isaacs
npm/make-fetch-happen@14.0.3 environment, network Transitive: filesystem +8 489 kB npm-cli-ops
npm/minipass-fetch@4.0.0 environment, network 0 46.9 kB npm-cli-ops
npm/minipass-sized@1.0.3 None 0 124 kB isaacs
npm/minizlib@3.0.1 Transitive: environment, filesystem +1 389 kB isaacs
npm/negotiator@1.0.0 None 0 28.7 kB wesleytodd
npm/node-gyp@11.0.0 environment, shell Transitive: filesystem +6 2.91 MB nodejs-foundation
npm/nopt@8.0.0 None 0 26.2 kB npm-cli-ops
npm/package-json-from-dist@1.0.1 None 0 36.5 kB isaacs
npm/path-scurry@1.11.1 filesystem 0 535 kB isaacs
npm/proc-log@5.0.0 None 0 12.3 kB npm-cli-ops
npm/promise-retry@2.0.1 None 0 15.6 kB achingbrain
npm/smart-buffer@4.2.0 None 0 138 kB joshglazebrook
npm/socks-proxy-agent@8.0.5 network 0 25.5 kB tootallnate
npm/socks@2.8.3 network 0 156 kB joshglazebrook
npm/string-width-cjs@4.2.3 None 0 0 B
npm/strip-ansi-cjs@6.0.1 None 0 0 B
npm/tar@7.4.3 environment, filesystem +3 1.45 MB isaacs
npm/wrap-ansi-cjs@7.0.0 None 0 0 B

View full report↗︎

Copy link

socket-security bot commented Jan 1, 2025

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

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

Alert Package NoteSourceCI
Filesystem access npm/mkdirp@3.0.1 ⚠︎
Filesystem access npm/isexe@3.1.1 ⚠︎
Filesystem access npm/isexe@3.1.1 ⚠︎
Filesystem access npm/isexe@3.1.1 ⚠︎
Filesystem access npm/@isaacs/fs-minipass@4.0.1 ⚠︎
Filesystem access npm/path-scurry@1.11.1 ⚠︎
Filesystem access npm/tar@7.4.3 ⚠︎
Filesystem access npm/rimraf@5.0.10 ⚠︎
Shell access npm/foreground-child@3.3.0 ⚠︎
Filesystem access npm/@npmcli/fs@4.0.0 ⚠︎
Filesystem access npm/cacache@19.0.1 ⚠︎
Shell access npm/node-gyp@11.0.0 ⚠︎
Dynamic require npm/node-gyp@11.0.0 ⚠︎
Dynamic require npm/node-gyp@11.0.0 ⚠︎

View full report↗︎

Next steps

What is filesystem access?

Accesses the file system, and could potentially read sensitive data.

If a package must read the file system, clarify what it will read and ensure it reads only what it claims to. If appropriate, packages can leave file system access to consumers and operate on data passed to it instead.

What is shell access?

This module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.

Packages should avoid accessing the shell which can reduce portability, and make it easier for malicious shell access to be introduced.

What is dynamic require?

Dynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.

Packages should avoid dynamic imports when possible. Audit the use of dynamic require to ensure it is not executing malicious or vulnerable code.

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 ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/mkdirp@3.0.1
  • @SocketSecurity ignore npm/isexe@3.1.1
  • @SocketSecurity ignore npm/@isaacs/fs-minipass@4.0.1
  • @SocketSecurity ignore npm/path-scurry@1.11.1
  • @SocketSecurity ignore npm/tar@7.4.3
  • @SocketSecurity ignore npm/rimraf@5.0.10
  • @SocketSecurity ignore npm/foreground-child@3.3.0
  • @SocketSecurity ignore npm/@npmcli/fs@4.0.0
  • @SocketSecurity ignore npm/cacache@19.0.1
  • @SocketSecurity ignore npm/node-gyp@11.0.0

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