Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Git is insecure by default
(groups.google.com)
11 points
by
doki_pen
10 years ago
| 2 comments
Git is insecure by default | Dark Hacker News
doki_pen
10 years ago
|
next
[−]
What this means is git doesn't make sure that blobs match shas on fetch. Malicious control of source or network can insert nasty things and git won't notice. Solution is setting transfer.fsckobjects = true.
noselasd
10 years ago
|
parent
|
next
[−]
Any good reason this isn't the default ?