Comment by SamuelAdams
18 hours ago
The concern is that more features introduces more risk. See CVE-2026-20841 for a recent example. If the application remained a simple text editor, it is unlikely exploits like this would be possible.
https://msrc.microsoft.com/update-guide/vulnerability/CVE-20...
true! more features is more risk.
but i dont think most people here are complaining because of security risk... otherwise they wouldnt be recommending things like notepad++, other obscure editors, or editors with way larger code bases.
That's a false sense of security. We have a LONG list of vulnerabilities in open source software that were "simple" programs for decades. The house of cards approach to security is just not it.
More code = more vulnerabilites. It's a simple fact. Complexity kills.