Times like this i'm glad i'm still on Mercurial (no `strcpy` overflows in Python). Is anyone planning on writing a DVCS in Rust?
Server and Client RCE in Git version 2.7.1 and below
21–30 of 30 posts
Re: Server and Client RCE in Git version 2.7.1 and below
#22Times like this i'm glad i'm still on Mercurial (no `strcpy` overflows in Python). Is anyone planning on writing a DVCS in Rust?
Re: Server and Client RCE in Git version 2.7.1 and below
#23Times like this i'm glad i'm still on Mercurial (no `strcpy` overflows in Python). Is anyone planning on writing a DVCS in Rust?
It wouldn't have to be a new DVCS. It could be a Rust implementation of Git. e.g. Java Git implementation (JGit) used by Eclipse, Gerrit, etc.
Re: Server and Client RCE in Git version 2.7.1 and below
#24Earlier quoted context omitted.
But a fix should come via the normal update channel soon? I'm on wily, should I expect to add this PPA or risk vulnerability?
Ubuntu should announce the fix at https://www.ubuntu.com/usn/ but I can't load the page right now. (removed DSA link as per advice below)
Re: Server and Client RCE in Git version 2.7.1 and below
#25Note: if you're using Ubuntu, there is a semi-official PPA that has a non-vulnerable version (2.7.3): https://launchpad.net/~git-core/+archive/ubuntu/ppa
But a fix should come via the normal update channel soon? I'm on wily, should I expect to add this PPA or risk vulnerability?
Re: Server and Client RCE in Git version 2.7.1 and below
#26Earlier quoted context omitted.
It wouldn't have to be a new DVCS. It could be a Rust implementation of Git. e.g. Java Git implementation (JGit) used by Eclipse, Gerrit, etc.
Pijul, linked in a sibling comment, appears to actually be a Rust implementation of Darcs (or at least inspired by it).
Btw, rewriting darcs would really feel like reinventing the wheel. Haskell is safe and great already.