Use full key ID when adding GPG keys on Ubuntu#329
Use full key ID when adding GPG keys on Ubuntu#329truthbk merged 2 commits intoDataDog:masterfrom pid1:master
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 . If desired, I can add a fix for that to the PR as well. |
|
@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. |
|
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.