this post was submitted on 02 Jun 2024
464 points (100.0% liked)

Technology

70081 readers
4042 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 52 points 11 months ago (6 children)

This only would work if you check every line of source code, even the dependencies and build chain, and then build it yourself. See xz utils backdoor or heartbleed, etc.

[–] [email protected] 10 points 11 months ago (1 children)

The thing is we only know about these vulnerabilities in such great detail because the projects are open source. God knows what kund of vulnerabilities are hidden in closed source software.

[–] [email protected] 7 points 11 months ago (1 children)

Yes, but we don't know what we don't know. There are many problems like that in open source too, and even if we can look nobody does.

Therefore I find it problematic to say that just because you use open source programs you're safe like the parent tried to.

[–] [email protected] 7 points 11 months ago (1 children)

Yes, important to keep in mind that software being open source doesn't automagically make it secure™.

Still, I think it's important to stress that the benefits of open source outweigh the risks when it comes to security (imho).

[–] [email protected] 3 points 11 months ago

I agree with that.

I don't agree with how it has been presented by the grandparent here as if open source somehow automatically makes it secure.

[–] [email protected] 9 points 11 months ago* (last edited 11 months ago) (1 children)

check every line ... yourself.

🚩🚩🚩

A very classic lie, disinformation, used to spread anti-libre software. Anti-libre software bans us, not only me but everyone else, from removing malicious source code.

[–] [email protected] 6 points 11 months ago (1 children)

Very disingenuous of you to fight a strawman and proclaim victory by claiming that I said things which I never did. But if that's what floats your boat. But for everyone else, try to find any mention of anti-libre software in the original claim.

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago) (1 children)

'Open source' is created to subvert libre software.

[–] [email protected] 2 points 11 months ago (1 children)

What are you talking about? You are digging yourself in a trench against me for some reason and you dig deeper every time. I have no idea what your agenda is, but I am stopping participation in it.

I don't know about you but I have always been a free software advocate, see

But anyway, I'm not interested in whatever this discussion derailed into.

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

Then, you would know anti-libre software bans, not you, us separately and together from proving its claims and removing malicious source code.

[–] [email protected] 9 points 11 months ago* (last edited 11 months ago) (4 children)

Exactly. Neckbeards love to pretend open source magically has no security vulnerabilities, and that the ability to inspect the source means you'll never install anything nefarious.

I expect all of them to have read the source for every single package they've ever installed. Oh and the Linux source too, of course

[–] [email protected] 8 points 11 months ago

I have never seen anyone make that claim.

Lots of arguments saying it's an improvement, but never that it magically fixes everything.

[–] [email protected] 8 points 11 months ago

Yes, opensource doesn't magically fix all vulnerabilities. But it is for sure way better then closed source, where you don't have a way of auditing the code

[–] [email protected] 4 points 11 months ago

Neckbeards love to pretend open source magically has no security vulnerabilities

Who does? Feels like you're just talking about inexperienced "btw i use arch" kinda skiddies

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

Another classic lie. 'Open source' misses the point of libre software. Anti-libre software [malware] bans us [everyone else] from removing malicious source code.

[–] [email protected] 7 points 11 months ago (1 children)

Yes, of course. However, when it's open source, at least somebody is capable of checking those things, even if it is not you. Somebody in the community is capable of doing so.

[–] [email protected] 12 points 11 months ago (2 children)

Yes, that is true, but let's not pretend that just because some one is theoretically able to, that all source code is constantly monitored by 3rd parties.

[–] [email protected] 5 points 11 months ago

Oh, absolutely, that's true. Definitely smaller projects have less audited code, and even bigger projects can have bugs. Heart bleed ring a bell, LOL. However, when open source software has a bug and it is discovered, it is fixed by somebody in record time, whereas in closed source software, you don't know that there is a bug that can be exploited and it definitely won't be fixed until it's reverse engineered or something or exploited.

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

Being open-source is not sufficient, but necessary.

[–] [email protected] 2 points 11 months ago (1 children)

If you download apps from fdroid, at the very least you can be sure that the binary is 100% generated from the provided source code, the devs can't pull a switcheroo like submitting an altered version of app (e.g. inserting malware) that doesn't match the published source code.

[–] [email protected] 3 points 11 months ago

With the new changes to the repo management, that's not going to remain true for much longer.