Remote code execution, git, and OS X
21–30 of 385 posts
Re: Remote code execution, git, and OS X
#22Isn't this why projects such as Homebrew thrive? For me personally, I just `brew install git`, and I keep it updated that way (`brew update && brew upgrade`)... Sure, Apple should ship a fix, but there are ways around it for now.
Re: Remote code execution, git, and OS X
#23$ brew install git $ git --version git version 2.8.1
Re: Remote code execution, git, and OS X
#24Re: Remote code execution, git, and OS X
#25$ brew install git $ git --version git version 2.8.1
$ brew install git
==> Downloading https://homebrew.bintray.com/bottles/git-2.6.1.el_capitan.bo...
$ git version
git version 2.6.1
$ brew upgrade git
Error: git 2.6.1 already installed
Re: Remote code execution, git, and OS X
#26Re: Remote code execution, git, and OS X
#27$ brew install git $ git --version git version 2.8.1
Re: Remote code execution, git, and OS X
#28Isn't this why projects such as Homebrew thrive? For me personally, I just `brew install git`, and I keep it updated that way (`brew update && brew upgrade`)... Sure, Apple should ship a fix, but there are ways around it for now.
Sure, but your /usr/bin/git is still vulnerable. You're one config mistake (or maybe running a "malicious" script) away from executing.
Re: Remote code execution, git, and OS X
#29$ brew install git $ git --version git version 2.8.1
Weird, I got git 2.6.1 using the same command: $ brew install git ==> Downloading https://homebrew.bintray.com/bottles/git-2.6.1.el_capitan.bo... $ git version git version 2.6.1 $ brew upgrade git Error: git 2.6.1 already installed