rust-digger icon indicating copy to clipboard operation
rust-digger copied to clipboard

Verify that the `homepage` URLs are valid and good

Open szabgab opened this issue 2 months ago • 1 comments

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

szabgab avatar Apr 18 '24 18:04 szabgab