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

Purl is incorrect when the component name contains uppercase letter #1209

Open
kennylam91 opened this issue Jul 25, 2024 · 1 comment
Open

Comments

@kennylam91
Copy link

It seems like the purl info is always lowercase even when the component name contains uppercase.
For example:

name": "org.latencyutils.LatencyUtils",
"externalRefs": [
  {
    "referenceCategory": "PACKAGE-MANAGER",
    "referenceType": "purl",
    "referenceLocator": "pkg:maven/org.latencyutils/[email protected]"
  }
]

As far as I know, maven package name is case-sensitive. Therefore its purl should be case-sensitive as well.

@rioil
Copy link

rioil commented Dec 31, 2024

This issue is caused by a bug in packageurl-dotnet version 1.0.0.
The bug has been fixed in the latest version of packageurl-dotnet (package-url/packageurl-dotnet@7b27f39), so simply updating packageurl-dotnet to the latest version (1.3.0) should resolve this issue.

It seems that another bug in the latest version of packageurl-dotnet is blocking the update (#152).

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