Remix.run Logo
SamuelAdams 7 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...

john_strinlai 4 hours ago | parent | next [-]

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.

jajuuka 7 hours ago | parent | prev [-]

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.

sunaookami 4 hours ago | parent [-]

More code = more vulnerabilites. It's a simple fact. Complexity kills.