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

Package types are case sensitive #60

Open
matt-phylum opened this issue Nov 8, 2023 · 1 comment
Open

Package types are case sensitive #60

matt-phylum opened this issue Nov 8, 2023 · 1 comment

Comments

@matt-phylum
Copy link

The PURL test suite contains a PURL pkg:PYPI/Django_package@1.11.1.dev1. packageurl-js parses this as type PYPI instead of the expected pypi.

This causes two problems:

  1. Code that is looking for pypi PURLs won't see them.
  2. The pypi-specific name normalization rules that packageurl-js implements for pypi are not applied, so the package name comes out as Django_package instead of the expected django-package.
@jdalton
Copy link
Contributor

jdalton commented Apr 25, 2024

@matt-phylum I see you've opened a few issues. Thank you!
Do you have bandwidth for opening PRs too? That would be helpful.

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