GitHub and Rails: You have let us all down.
chrisacky.posterous.com
GitHub and Rails: You have let us all down.
1–10 of 205 posts
Re: GitHub and Rails: You have let us all down.
#2 - Every GitHub Repository could be access by anyone as if they had full administrator privileges.
- This means that anyone could commit to master.
- This means that anyone could reopen and close issues in issue tracker.
- Even the *entire* history of a project could be wiped out. Gone forever.
As I understand it from his explanation[1] he added his public key to the Rails user, which has permissions to push/pull to the repository. This doesn't mean he had web administrative access, just Git access, since you cannot log in to the web service using your private key. I hope that's the case, at least.Re: GitHub and Rails: You have let us all down.
#3I'm not sure all the things you list as being possible are true. - Every GitHub Repository could be access by anyone as if they had full administrator privileges. - This means that anyone could commit to master. - This means that anyone could reopen and close issues in issue tracker. - Even the *entire* history of a project could be wiped out. Gone forever. As I understand it from his explanation[1] he added his publ…
Re: GitHub and Rails: You have let us all down.
#4Re: GitHub and Rails: You have let us all down.
#5I'm not sure all the things you list as being possible are true. - Every GitHub Repository could be access by anyone as if they had full administrator privileges. - This means that anyone could commit to master. - This means that anyone could reopen and close issues in issue tracker. - Even the *entire* history of a project could be wiped out. Gone forever. As I understand it from his explanation[1] he added his publ…
The way he was able to add his key was via a web-based exploit, which effectively gave him administrative web access. So yes, the list is correct.
Re: GitHub and Rails: You have let us all down.
#6I'm not sure all the things you list as being possible are true. - Every GitHub Repository could be access by anyone as if they had full administrator privileges. - This means that anyone could commit to master. - This means that anyone could reopen and close issues in issue tracker. - Even the *entire* history of a project could be wiped out. Gone forever. As I understand it from his explanation[1] he added his publ…
Re: GitHub and Rails: You have let us all down.
#7Re: GitHub and Rails: You have let us all down.
#8I don't mean to diminish the severity of this exploit, and the impact it has/could have had if left unchecked.
BUT, isn't one of the biggest perks of Git the fact that it's a distributed SCM? It's not a service where you must trust all of your data with the one provider, who might go belly up at any point and take it with them.
Yes, GitHub provides some fantastic social features and helps with community involvement through these features, but if you are dependant on a "single service" and you're using a DSCM/DVCS, you should probably look at a few alternatives to reduce that dependancy.
Re: GitHub and Rails: You have let us all down.
#9Breathe.
Re: GitHub and Rails: You have let us all down.
#10Earlier quoted context omitted.
The way he was able to add his key was via a web-based exploit, which effectively gave him administrative web access. So yes, the list is correct.
I thought that he added his public key to the Rails user through his own account settings, which wouldn't give him access to the Rails web admin.
This bug allowed one to add their public key to another user's account, and make changes to comments and issues.