Skip to content
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

Verify that the homepage URLs are valid and good #70

Open
szabgab opened this issue Apr 18, 2024 · 1 comment
Open

Verify that the homepage URLs are valid and good #70

szabgab opened this issue Apr 18, 2024 · 1 comment

Comments

@szabgab
Copy link
Owner

szabgab commented Apr 18, 2024

For each released crate check if the URL provided in the "homepage" field is a properly formatted URL to a public web site that is not a "bad" site.
Some invalid values I saw:

  • ... (that is 3 dots)
  • https:/bla.com single slash
  • http://localhost:5000 that's not public

I am not sure how exactly to define what is a "bad" site, but I guess a site with adult content or a site with spam would be considered that. Probably there is some service that can tell us - given a URL if the site is "bad".

See https://rust-digger.code-maven.com/homepages

@carols10cents
Copy link

If you identify hosts we should block, please send a PR to add them to this constant. Domains that appear in that list won't have links rendered to them on crates.io pages. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants