Fix PURL parsing by removing encodeURI

This commit is contained in:
Dan Hardej
2025-11-07 12:32:03 +08:00
committed by GitHub
parent f620fd175c
commit 28647f4804
+1 -1
View File
@@ -174,7 +174,7 @@ async function groupChanges(
return true
}
const changeAsPackageURL = parsePURL(encodeURI(change.package_url))
const changeAsPackageURL = parsePURL(change.package_url)
// We want to find if the licenseExclusion list contains the PackageURL of the Change
// If it does, we want to filter it out and therefore return false