this post was submitted on 28 Oct 2023
56 points (93.8% liked)
Rust
5974 readers
116 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Still makes you bound to github. Can't publish to crates.io without github.
What security guarantee does github have? I can create a new account right now with a random email, sign up for crates.io and type-squat a package.
Sure, but how do you discover the package? That's the other function of a registry. Also, I could easily just add another package as a submodule, but that's not the point.
I think the security guarantee is for the user and their credentials, not the community and trustworthiness of individuals.