Skip to content

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

Open
@kennylam91

Description

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/latencyutils@2.0.3"
  }
]

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions