Skip to content

Populate subject metadata#2069

Merged
FrederikBolding merged 7 commits intomainfrom
fb/populate-subject-metadata
Jan 5, 2024
Merged

Populate subject metadata#2069
FrederikBolding merged 7 commits intomainfrom
fb/populate-subject-metadata

Conversation

@FrederikBolding
Copy link
Copy Markdown
Member

@FrederikBolding FrederikBolding commented Jan 5, 2024

Populate subject metadata in the SnapController, allowing us to reduce code duplication in clients of the following snippet: https://github.com/MetaMask/metamask-extension/blob/develop/app/scripts/metamask-controller.js#L2367-L2373

This change is also required for preinstalled snaps to work.

@socket-security
Copy link
Copy Markdown

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

Packages Version New capabilities Transitives Size Publisher
@metamask/permission-controller 7.0.0...7.1.0 None +0/-0 418 kB

@socket-security
Copy link
Copy Markdown

socket-security bot commented Jan 5, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

Ignoring: @metamask/permission-controller@7.1.0

Next steps

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

@FrederikBolding FrederikBolding force-pushed the fb/populate-subject-metadata branch from a9a66a4 to cbefc8a Compare January 5, 2024 14:49
@FrederikBolding FrederikBolding marked this pull request as ready for review January 5, 2024 14:49
@FrederikBolding FrederikBolding requested a review from a team as a code owner January 5, 2024 14:49
@FrederikBolding
Copy link
Copy Markdown
Member Author

@SocketSecurity ignore @metamask/permission-controller@7.1.0

This package has been published, I promise Socket.

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7a0d60d) 96.28% compared to head (397ccbb) 96.28%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2069   +/-   ##
=======================================
  Coverage   96.28%   96.28%           
=======================================
  Files         270      270           
  Lines        6300     6303    +3     
  Branches     1017     1018    +1     
=======================================
+ Hits         6066     6069    +3     
  Misses        234      234           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


const stringifiedIcon = svgIcon?.toString();

// TODO: Consider removing this as it is unused now
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not do it now?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm wasn't sure if there is another use-case for the :snapAdded event. I was gonna post in Slack to have a short discussion on it and go from there

@FrederikBolding FrederikBolding merged commit 172ec8b into main Jan 5, 2024
@FrederikBolding FrederikBolding deleted the fb/populate-subject-metadata branch January 5, 2024 16:45
FrederikBolding added a commit that referenced this pull request Jan 8, 2024
Following #2069 we can now remove the `snapAdded` event as it doesn't
have a use-case anymore.
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.

3 participants