MetaMask / metamask-extension

:globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
https://metamask.io
Other
11.57k stars 4.73k forks source link

feat: updated mmi packages #24548

Closed albertolive closed 1 week ago

albertolive commented 2 weeks ago

Description

Updated MMI packges

Open in GitHub Codespaces

Related issues

Fixes:

Manual testing steps

  1. Go to this page...

Screenshots/Recordings

Before

After

Pre-merge author checklist

Pre-merge reviewer checklist

github-actions[bot] commented 2 weeks ago

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

albertolive commented 2 weeks ago

@metamaskbot update-policies

metamaskbot commented 2 weeks ago

Policies updated

metamaskbot commented 2 weeks ago
Builds ready [d4bebd7]
Page Load Metrics (763 ± 510 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint59159952411
domContentLoaded9321773
load5525937631062510
domInteractive9321773
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: 0 Bytes (0.00%)
metamaskbot commented 2 weeks ago
Builds ready [6854a8b]
Page Load Metrics (661 ± 436 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint56137912110
domContentLoaded83817115
load452256661908436
domInteractive83817115
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: 0 Bytes (0.00%)
albertolive commented 1 week ago

@metamaskbot update-policies

metamaskbot commented 1 week ago

Policies updated

socket-security[bot] commented 1 week ago

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

Package New capabilities Transitives Size Publisher
npm/@gar/promisify@1.1.3 None 0 4.2 kB gar
npm/@npmcli/move-file@2.0.1 filesystem 0 8.73 kB gar
npm/aproba@1.2.0 None 0 8.18 kB iarna
npm/are-we-there-yet@3.0.1 None 0 14.3 kB lukekarrys
npm/console-control-strings@1.1.0 None 0 12.7 kB iarna
npm/detect-libc@1.0.3 environment, filesystem, shell 0 17.2 kB lovell
npm/gauge@4.0.4 None 0 43.2 kB gar
npm/has-unicode@2.0.1 environment 0 3.44 kB iarna
npm/ignore-walk@3.0.1 filesystem 0 10.8 kB isaacs
npm/infer-owner@1.0.4 filesystem 0 4.29 kB isaacs
npm/needle@2.4.0 filesystem, network 0 199 kB tomas
npm/node-pre-gyp@0.12.0 environment, filesystem +7 400 kB nicolasnoble
npm/npm-bundled@1.1.2 filesystem 0 9.74 kB isaacs
npm/npm-packlist@1.4.8 None +1 144 kB isaacs
npm/npmlog@4.1.2 None +2 80.4 kB iarna
npm/os-tmpdir@1.0.2 None 0 3.06 kB sindresorhus
npm/osenv@0.1.5 environment, shell 0 4.89 kB isaacs
npm/sax@1.3.0 None 0 55 kB isaacs
npm/wide-align@1.1.5 None 0 4.47 kB iarna

View full report↗︎

socket-security[bot] commented 1 week ago

🚨 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 Note
Shell access npm/detect-libc@1.0.3
Deprecated npm/npmlog@4.1.2
  • Reason: This package is no longer supported.
Deprecated npm/are-we-there-yet@1.1.7
  • Reason: This package is no longer supported.
Deprecated npm/gauge@2.7.4
  • Reason: This package is no longer supported.
Deprecated npm/osenv@0.1.5
  • Reason: This package is no longer supported.
Shell access npm/osenv@0.1.5
Deprecated npm/@npmcli/move-file@2.0.1
  • Reason: This functionality has been moved to @npmcli/fs
Deprecated npm/are-we-there-yet@3.0.1
  • Reason: This package is no longer supported.
New author npm/are-we-there-yet@3.0.1
Deprecated npm/gauge@4.0.4
  • Reason: This package is no longer supported.
Network access npm/needle@2.4.0
Network access npm/needle@2.4.0
Deprecated npm/node-pre-gyp@0.12.0
  • Reason: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
New author npm/node-pre-gyp@0.12.0

View full report↗︎

Next steps

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 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.

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.

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/detect-libc@1.0.3
  • @SocketSecurity ignore npm/npmlog@4.1.2
  • @SocketSecurity ignore npm/are-we-there-yet@1.1.7
  • @SocketSecurity ignore npm/gauge@2.7.4
  • @SocketSecurity ignore npm/osenv@0.1.5
  • @SocketSecurity ignore npm/@npmcli/move-file@2.0.1
  • @SocketSecurity ignore npm/are-we-there-yet@3.0.1
  • @SocketSecurity ignore npm/gauge@4.0.4
  • @SocketSecurity ignore npm/needle@2.4.0
  • @SocketSecurity ignore npm/node-pre-gyp@0.12.0
metamaskbot commented 1 week ago
Builds ready [d97df1d]
Page Load Metrics (773 ± 516 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint66169972813
domContentLoaded95318136
load5326787731075516
domInteractive95318136
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: 0 Bytes (0.00%)
albertolive commented 1 week ago

@metamaskbot update-policies

metamaskbot commented 1 week ago

No policy changes

metamaskbot commented 1 week ago
Builds ready [caab360]
Page Load Metrics (1369 ± 568 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint714341227737
domContentLoaded10351584
load58280413691184568
domInteractive10351584
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: 0 Bytes (0.00%)
zone-live commented 1 week ago

@metamaskbot update-policies

metamaskbot commented 1 week ago

Policies updated

metamaskbot commented 1 week ago
Builds ready [510d049]
Page Load Metrics (913 ± 499 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint71147982612
domContentLoaded9401373
load5924579131040499
domInteractive9401373
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: 0 Bytes (0.00%)