Live data from Hacker News

Canonical Ltd source code repositories have been compromised

github.com

1–10 of 78 posts

Re: Canonical Ltd source code repositories have been compromised

#6
We are lucky that they decided to vandalize instead of hiding something. Remember, on Github you can actually submit your commit with another’s email, and github automatically puts the identity associated with the email allowing people to spoof.

Always sign your commits!

Re: Canonical Ltd source code repositories have been compromised

#7
Are these not just mirrors though or do they actually use git? Woulda thought they used SVN primarily since they pull from Debian? Or do they just pull tarbals... And this all leads to me wondering how they do their process... Anybody got good docs on how Ubuntu or similar distros that base off a parent distro do their work?

Re: Canonical Ltd source code repositories have been compromised

#8

Are these not just mirrors though or do they actually use git? Woulda thought they used SVN primarily since they pull from Debian? Or do they just pull tarbals... And this all leads to me wondering how they do their process... Anybody got good docs on how Ubuntu or similar distros that base off a parent distro do their work?

Debian stores packaging in Git too, these days, sometimes exclusively.

Re: Canonical Ltd source code repositories have been compromised

#9
post #6

We are lucky that they decided to vandalize instead of hiding something. Remember, on Github you can actually submit your commit with another’s email, and github automatically puts the identity associated with the email allowing people to spoof. Always sign your commits!

That’s not just on github. That’s totally a feature of git itself. You can set the email address to whatever you want.

Re: Canonical Ltd source code repositories have been compromised

#10
post #6

We are lucky that they decided to vandalize instead of hiding something. Remember, on Github you can actually submit your commit with another’s email, and github automatically puts the identity associated with the email allowing people to spoof. Always sign your commits!

... and today PGP was poisoned
Post reply on HN