Hacker News new | ask | show | jobs
Git is insecure by default (groups.google.com)
11 points by doki_pen 3794 days ago
1 comments

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.
Any good reason this isn't the default ?