We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520531d commit 4bad019Copy full SHA for 4bad019
1 file changed
aboutcode/federated/__init__.py
@@ -1687,7 +1687,7 @@ def package_path_elements(
1687
_pkg, _, core_path = core_purl.partition(":")
1688
purl_hash = _compute_hash(core_purl=core_purl, max_value=max_value)
1689
1690
- version = normalize_version(purl.version)
+ version = normalize_version(purl.version, purl.type)
1691
if version:
1692
version = percent_quote_more(version)
1693
0 commit comments