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

Package signature verification using Safe #1954

Open
dappnodedev opened this issue Jun 6, 2024 · 0 comments
Open

Package signature verification using Safe #1954

dappnodedev opened this issue Jun 6, 2024 · 0 comments

Comments

@dappnodedev
Copy link
Contributor

There will be a new way of publishing packages, which will involve approving the publishing using a Safe.

To identify if a package is verified:

  1. Look for the signature inside the package and check if the public key is among the trusted ones (current method)
  2. If there is no signature inside the package, check if any of the developer addresses (or, maybe, owner addresses) is a Safe. In case it is, perform a call to a function that returns whether the package has been authorized by it.
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

No branches or pull requests

1 participant