-
Notifications
You must be signed in to change notification settings - Fork 991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zola on crates.io #1963
Comments
I couldn't figure out how to see the code (not even sure if it's available). But I don't think the main maintainer of zola wants to upload to crates.io right now based on this previous issue. But I'd agree it doesn't appear to be related to this zola not sure if it's a coincidence, but it's pretty hard to tell since the other one doesn't even have a readme. |
Same here. Look at the user and all the other packages he has on creates.io. It's a lot of popular create names and it all looks sketchy. |
Download:
Content:
I'm not sure what the binary file fn main() {
println!("cargo:rerun-if-changed=build.rs");
let mut cmd = std::process::Command::new("cargo");
cmd.args(vec!["install", "--git", "https://github.com/getzola/zola", "--locked"]);
let mut child = cmd.spawn().expect("failed to call cargo install");
let _ = child.wait();
} It runs cargo in the background and installs zola from this repo, which explains the long time of seemingly nothing happening, as its output is not forwarded to the terminal. Unless the binary does something nasty it appears somewhat okay in that regard, but it's definitely fishy and misleads users. That being said, IMHO, the entire account looks fishy, a bit like typo-squatting. I wonder if there's a way to block names in |
It's not mine but I think this kind of squatting is completely allowed by crates.io so unless it's doing something bad, it's unlikely to be removed |
Yeah, you are right. I spoke to Josh from [email protected] and he tells me that there isn't anything to do unless it goes malicious. He did say that you can always try asking @btwiuse to see if he/she would like to pass ownership over though. |
Hi, I am the current owner of the zola crate. I created the crate for convinience. (see #1713 (comment)) The Even if you installed it through If you need it , I can transfer the crate to the zola project maintainer. Please tell me whom to transfer to. I need your username on crates.io. I will add you as owner then feel free to remove my ownership of the crate. |
My username is Keats on crates.io. |
An invite has been sent to you. You can remove my ownership after you accept the invite.
|
Thanks! |
I almost compiled and installed a package called zola via
cargo install zola
today. After taking a long time and not using any dependencies I canceled it and took a look at https://crates.io/crates/zola. Doesn't really look like it belong to you folks.Can someone take a look at it and see if it's legit or someone squatting the name for nefarious intents?
I also emailed [email protected] about it.
The text was updated successfully, but these errors were encountered: