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
Currently the qualifier checksum is well-known But there are more, that need to be supported see https://github.com/package-url/purl-spec/blob/master/PURL-SPECIFICATION.rst#known-qualifiers-keyvalue-pairs
checksum
add support for the following well-known qualifiers:
repository_url
download_url
vcs_url
file_name
The text was updated successfully, but these errors were encountered:
feat: wellknown qualifiers (#158)
91d24ec
fixes #54 Added -------- * Constant `PackageUrl::QUALIFIER_REPOSITORY_URL` * Constant `PackageUrl::QUALIFIER_DOWNLOAD_URL` * Constant `PackageUrl::QUALIFIER_VCS_URL` * Constant `PackageUrl::QUALIFIER_FILE_NAME` * Constant `PackageUrl::QUALIFIER_CHECKSUM` Deprecated ----------- * Constant `PackageUrl::CHECKSUM_QUALIFIER` -> use `PackageUrl::QUALIFIER_CHECKSUM` instead --------- Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
jkowalleck
Successfully merging a pull request may close this issue.
Currently the qualifier
checksum
is well-knownBut there are more, that need to be supported
see https://github.com/package-url/purl-spec/blob/master/PURL-SPECIFICATION.rst#known-qualifiers-keyvalue-pairs
add support for the following well-known qualifiers:
repository_url
download_url
vcs_url
file_name
The text was updated successfully, but these errors were encountered: