|
|
|
|
|
by peff
4194 days ago
|
|
You were and are vulnerable to malicious projects by running: git clone git://...
make
or anything similar, since you are running arbitrary code out of the repository. This release fixes the problem of: git clone git://...
git show
etc. Git cannot fix the "clone and run" problem, which is a social one. But it should be safe to run git commands to inspect the repository contents. |
|
I guess maybe Docker/Vagrant/etc. users don't normally run code directly on their development machine, so it can be high priority for them. But as someone who doesn't use these tools (not a web developer), for me the vulnerability is extremely low priority.