We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a codebase where the pkg:maven/com.fasterxml.jackson.core/[email protected] 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/[email protected] package. I copy the PURL pkg:maven/com.fasterxml.jackson.core/[email protected] and paste this in the search box, press enter and there is nothing found
pkg:maven/com.fasterxml.jackson.core/[email protected]
The text was updated successfully, but these errors were encountered:
Enhance Package search to handle full purls and segment of purls #859
eace871
Signed-off-by: Thomas Druez <[email protected]>
The package search was improved to support full PURLs or any segment of a PURL.
For your example, you can now use:
maven
com.fasterxml.jackson.core
jackson-core
2.14.0
Sorry, something went wrong.
No branches or pull requests
I have a codebase where the
pkg:maven/com.fasterxml.jackson.core/[email protected]
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/[email protected]
package.I copy the PURL
pkg:maven/com.fasterxml.jackson.core/[email protected]
and paste this in the search box, press enter and there is nothing foundThe text was updated successfully, but these errors were encountered: