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

Version v12.6.0 #27996

Open
wants to merge 221 commits into
base: master
Choose a base branch
from

fix: cherry-pick: Fall back to token list for the token symbol (#2800…

a0c0e91
Select commit
Loading
Failed to load commit list.
Open

Version v12.6.0 #27996

fix: cherry-pick: Fall back to token list for the token symbol (#2800…
a0c0e91
Select commit
Loading
Failed to load commit list.
Socket Security / Socket Security: Pull Request Alerts failed Oct 24, 2024 in 6s

Pull Request #27996 Alerts: Complete with warnings

Report Status Message
PR #27996 Alerts ⚠️ Found 42 project alerts

Pull request alerts notify when new issues are detected between the diff of the pull request and it's target branch.

Details

🚨 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
Native code npm/tiny-secp256k1@1.1.6 🚫
Install scripts npm/tiny-secp256k1@1.1.6
  • Install script: install
  • Source: npm run build || echo "secp256k1 bindings compilation fail. Pure JS implementation will be used."
⚠︎
New author npm/varuint-bitcoin@1.1.2 🚫
New author npm/bs58@5.0.0 🚫
New author npm/bs58check@3.0.1 🚫
New author npm/@solana/buffer-layout@4.0.1 🚫
Network access npm/agentkeepalive@4.5.0 🚫
Network access npm/agentkeepalive@4.5.0 🚫
Native code npm/bigint-buffer@1.1.5 🚫
Install scripts npm/bigint-buffer@1.1.5
  • Install script: install
  • Source: npm run rebuild || echo "Couldn't build bindings. Non-native version used."
⚠︎
Deprecated npm/ripple-lib@1.10.1
  • Reason: ripple-lib is deprecated. Please migrate to xrpl.js using this migration guide: https://xrpl.org/xrpljs2-migration-guide.html
⚠︎
Network access npm/ripple-lib@1.10.1 🚫
Network access npm/ripple-lib@1.10.1 🚫
Network access npm/lottie-web@5.12.2 🚫
Native code npm/blake-hash@2.0.0 🚫
New author npm/wif@4.0.0 🚫
New author npm/node-addon-api@7.1.0 🚫
Native code npm/usb@2.12.0 🚫
Network access npm/jayson@4.1.1 🚫
Network access npm/jayson@4.1.1 🚫
Network access npm/jayson@4.1.1 🚫
Network access npm/jayson@4.1.1 🚫
Network access npm/@solana/web3.js@1.95.3 🚫
Network access npm/@solana/web3.js@1.95.3 🚫
Network access npm/@solana/web3.js@1.95.3 🚫
Network access npm/@trezor/transport@1.3.0 🚫
Network access npm/@trezor/blockchain-link-utils@1.2.0 🚫
Network access npm/@trezor/analytics@1.2.0 🚫
Network access npm/@remix-run/router@1.19.2 🚫
Network access npm/@metamask/bitcoin-wallet-snap@0.8.1 🚫

View full report↗︎

Next steps

Why is native code a concern?

Contains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.

Verify that the inclusion of native code is expected and necessary for this package's functionality. If it is unnecessary or unexpected, consider using alternative packages without native code to mitigate potential risks.

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 new author?

A new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.

Scrutinize new collaborator additions to packages because they now have the ability to publish code into your dependency tree. Packages should avoid frequent or unnecessary additions or changes to publishing rights.

What is network access?

This module accesses the network.

Packages should remove all network access that is functionally unnecessary. Consumers should audit network access to ensure legitimate use.

What is a deprecated package?

The maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.

Research the state of the package and determine if there are non-deprecated versions that can be used, or if it should be replaced with a new, supported solution.

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/tiny-secp256k1@1.1.6
  • @SocketSecurity ignore npm/varuint-bitcoin@1.1.2
  • @SocketSecurity ignore npm/bs58@5.0.0
  • @SocketSecurity ignore npm/bs58check@3.0.1
  • @SocketSecurity ignore npm/@solana/buffer-layout@4.0.1
  • @SocketSecurity ignore npm/agentkeepalive@4.5.0
  • @SocketSecurity ignore npm/bigint-buffer@1.1.5
  • @SocketSecurity ignore npm/ripple-lib@1.10.1
  • @SocketSecurity ignore npm/lottie-web@5.12.2
  • @SocketSecurity ignore npm/blake-hash@2.0.0
  • @SocketSecurity ignore npm/wif@4.0.0
  • @SocketSecurity ignore npm/node-addon-api@7.1.0
  • @SocketSecurity ignore npm/usb@2.12.0
  • @SocketSecurity ignore npm/jayson@4.1.1
  • @SocketSecurity ignore npm/@solana/web3.js@1.95.3
  • @SocketSecurity ignore npm/@trezor/transport@1.3.0
  • @SocketSecurity ignore npm/@trezor/blockchain-link-utils@1.2.0
  • @SocketSecurity ignore npm/@trezor/analytics@1.2.0
  • @SocketSecurity ignore npm/@remix-run/router@1.19.2
  • @SocketSecurity ignore npm/@metamask/bitcoin-wallet-snap@0.8.1