class Dependabot::GitMetadataFetcher

def uri_sanitize(uri)

def uri_sanitize(uri)
  uri = uri.strip
  uri.to_s
end