|
|
|
|
|
by eatenbyagrue
6059 days ago
|
|
It's not completely accurate to say source code is useless. While I agree that it's not particularly useful to steal code with the aim of replicating functionality, security is another thing. All it takes is a few lines of rogue code slipped into your repo to, say, log everyone's personal info and send it to Estonia. (no offense to any Estonians on the board) |
|
Presumably, if you're security conscious, someone reviews all patches before they make it anywhere near shipping. But obviously that is not foolproof.
But then, what would happen if, say, someone went through the backdoor on github and patched a binary and modified the commit log to cover his tracks.
Hopefully git would fail loudly when you pull?