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

Cannot find PURL in Package search #859

Closed
pombredanne opened this issue Aug 14, 2023 · 1 comment
Closed

Cannot find PURL in Package search #859

pombredanne opened this issue Aug 14, 2023 · 1 comment

Comments

@pombredanne
Copy link
Member

I have a codebase where the pkg:maven/com.fasterxml.jackson.core/jackson-core@2.14.0 exists (a simple scan_package using https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.14.0/jackson-core-2.14.0.jar as an input)
I go to the Packagdes details and I can see the pkg:maven/com.fasterxml.jackson.core/jackson-core@2.14.0 package.
I copy the PURL pkg:maven/com.fasterxml.jackson.core/jackson-core@2.14.0 and paste this in the search box, press enter and there is nothing found

tdruez added a commit that referenced this issue Aug 16, 2023
Signed-off-by: Thomas Druez <tdruez@nexb.com>
@tdruez
Copy link
Member

tdruez commented Aug 16, 2023

The package search was improved to support full PURLs or any segment of a PURL.

For your example, you can now use:

  • pkg:maven/com.fasterxml.jackson.core/jackson-core@2.14.0
  • maven
  • com.fasterxml.jackson.core
  • jackson-core
  • 2.14.0

@tdruez tdruez closed this as completed Aug 16, 2023
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