packageurl-java icon indicating copy to clipboard operation
packageurl-java copied to clipboard

Case-sensitive in go purl

Open lampham-nttdata opened this issue 2 months ago • 0 comments

When I build PackageURL for the purl "pkg:golang/github.com/Azure/go-autorest/autorest/[email protected]" and extract the name, it becomes all lowercase "github.com/azure/go-autorest/autorest/date". That causes notFound response in deps.dev system (https://github.com/google/deps.dev/issues/93). So my question is whether the name needs to be lowercase?

lampham-nttdata avatar Dec 01 '25 08:12 lampham-nttdata