open source and code review
open source and code review
Posted Nov 12, 2024 6:07 UTC (Tue) by josh (subscriber, #17465)In reply to: open source and code review by ballombe
Parent article: The top open-source security events in 2024
I think the xz backdoor was an example of what code review *doesn't* easily catch, and a demonstration that code which is resistant to code review should be presumptively rejected by default. Checking in autogenerated files, checking in binaries, having bits that can't be reproduced on non-developer systems, anything that thwarts code review shouldn't fly.
It was also an especially painful demonstration of https://xkcd.com/2347/ and what happens when single-point-of-failure projects get handed off to new maintainers, or pressured to get handed off to new maintainers.
