Y
Hacker News
new
|
ask
|
show
|
jobs
Git is insecure by default
(
groups.google.com
)
11 points
by
doki_pen
3794 days ago
1 comments
doki_pen
3794 days ago
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.
link
noselasd
3793 days ago
Any good reason this isn't the default ?
link