Comment Re:Open source was supposed to fix all this (Score 1) 38
The argument was "Given enough eyeballs, all bugs are shallow". However some studies suggest there is no significant difference between OSS and closed source when it comes to security.
But not all is lost, there are 2 recent developments that change the game:
* AI is fantastic at finding bugs, as this article points out, we are starting to see an avalanche of patches from AI found vulnerabilities. I expect we will have more robust and safer software in a year or two when the tsunami is behind us.
* New memory safe languages can have a dramatic impact on security, preventing up to 70% of bugs. It is even possible to rewrite large pieces of software like postgres or bun in memory safe languages.