-
Notifications
You must be signed in to change notification settings - Fork 448
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
keyrings: update ROS signing key #2578
Conversation
The ROS Debian repository signing key was recently compromised and forced a key rotation. Stop trusting the old key, and trust the new one. See https://discourse.ros.org/t/9342 for more information. Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
They're currently in the process of rolling this out, but they need to rebuild their archive which will take time, so don't merge this just yet (the tests will probably fail anyway). Update: Decided to trust both keys for now and remove the old one when the rebuild is complete so no one is broken. |
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.
Looks sane, just rerun the tests when it is good and once green, we shall merge
Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
68704c6
to
e4d1da4
Compare
Codecov Report
@@ Coverage Diff @@
## master #2578 +/- ##
==========================================
+ Coverage 88.96% 88.97% +0.01%
==========================================
Files 204 204
Lines 13954 13956 +2
Branches 2111 2111
==========================================
+ Hits 12414 12418 +4
+ Misses 1093 1092 -1
+ Partials 447 446 -1
Continue to review full report at Codecov.
|
The ROS Debian repository signing key was recently compromised and forced a key rotation. Stop trusting the old key, and trust the new one. See https://discourse.ros.org/t/9342 for more information. Continue trusting old key until rotation is complete while rotation takes place. Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
./runtests.sh static
?./runtests.sh tests/unit
?The ROS Debian repository signing key was recently compromised and forced a key rotation. This PR adds trust in the new key. It does not yet remove the old key as the rotation is not yet complete. See https://discourse.ros.org/t/9342 for more information.