-
Notifications
You must be signed in to change notification settings - Fork 261
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
Use full key ID when adding GPG keys on Ubuntu #329
Conversation
Looks like this failed because of the check on the GPG fingerprint changing, which is entirely valid. Happy to see that included. I assume we can just have someone on the team verify the fingerprint before merging as a workaround, and update the Travis check. |
Ah, I found that defined in
|
@pid1 I'd be happy to make this change - you're absolutely right, the short key ID has been proven vulnerable, and the change should be transparent for users that have the right keys installed. Let's get the tests fixed before merging this in :) Thank you! |
@truthbk Travis checks are fixed; we should be good to go, but if there is anything else that needs updating let me know. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this @pid1 - looks ready to go. I appreciate the effort! 👍
Happy to help! |
Hey @truthbk, @pid1, this change broke the |
@ColinHebert Thanks for the heads up. I'll send up a new PR to fix that behavior ASAP. |
* Use the full key fingerprint * Fix failing Travis check
To decrease the chances of a collision attack, use the full key fingerprint.