this post was submitted on 29 Aug 2025
51 points (77.4% liked)
Memes
52204 readers
675 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Firefox is open source. Outdated open source is dangerous (even more than outadred closed source IMO) because people can literally look at the code and find every single bug. Even if they use security updates to roll out features or antifeatures, there are also security patches. And once those are out, now the entire world knows about the bug (because they can see the source changes). If you stay out of date, you are exposed. That simple
Also, updates to open source projects document the exploit being fixed and may even have automated tests written for it. You could literally just piece the tests together into an exploit.