this post was submitted on 05 Mar 2024
133 points (87.6% liked)

Open Source

29827 readers
457 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Radicle: Open-Source, Peer-to-Peer, GitHub Alternative
https://radicle.xyz/
@opensource

you are viewing a single comment's thread
view the rest of the comments
[โ€“] pcouy@lemmy.pierre-couy.fr 2 points 5 months ago (1 children)

Can you elaborate?

I was under the impression that there was some kind of consensus around rust being one of the safest languages to use. However, I've seen comments about rust being bad pop up in a few threads lately but they never explain why they think so.

[โ€“] delirious_owl@discuss.online 2 points 5 months ago* (last edited 5 months ago)

You're talking about using the language and preventing errors. That's less about security and more about preventing errors.

I'm talking about the supply chain, watering hole attacks, etc. Crates does not cryptographically verify the authenticity or anything that it downloads.

The only language that I'm aware of that has a dependency manager that has cryptographic auth of everything it downloads is Java's Maven. Everything else is vulnerable, rust included.