Open creationix opened 9 years ago
This is mostly implemented now. There are two design issues with verifying in the client:
For now this simply logs a message with either blue or red colouring when importing tags from upstream.
Since this was enabled, we are now having issues where our CI servers are hitting github's rate-limit. Since the verification doesn't buy as much as I originally thought it did, shall we disable this by default and allow people to opt in via a custom config?
That sounds like a great idea. +1
I was thinking that maybe a useful feature for paranoid/careful users would be a whitelist of trusted authors and only allow installing packages from those authors (and verify the signatures on download) so that you don't have to trust the server. Since we have a fill list of users, we can just try all their keys on group packages and if it's signed by one of them, it will be verified.
This should prompt the user to install anyway if a package fails verification.