-
Notifications
You must be signed in to change notification settings - Fork 46
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
get_repo_url and get_download_url give no result #107
Comments
@vargenau |
Hello @tdruez, purl2url.get_repo_url("pkg:golang/xorm.io/[email protected]") purl2url.get_download_url("pkg:golang/xorm.io/[email protected]") For Alpine I have no idea, https://pkgs.alpinelinux.org/packages only gives the latest release of the package. Perhaps we could find something in https://archive.softwareheritage.org/ |
Signed-off-by: Thomas Druez <[email protected]>
@vargenau I've added It is available in the latest version.
This is inconsistent with the current |
Thank you @tdruez |
@CsatariGergely could you provide some examples of |
Here is the set what I used for internal testing: pkg:golang/github.com/mailru/[email protected] True, one of these per category should be added as a testcase. |
get_repo_url and get_download_url give no result for the PURLs above. Why?
The text was updated successfully, but these errors were encountered: