We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f620fd1 commit 28647f4Copy full SHA for 28647f4
1 file changed
src/licenses.ts
@@ -174,7 +174,7 @@ async function groupChanges(
174
return true
175
}
176
177
- const changeAsPackageURL = parsePURL(encodeURI(change.package_url))
+ const changeAsPackageURL = parsePURL(change.package_url)
178
179
// We want to find if the licenseExclusion list contains the PackageURL of the Change
180
// If it does, we want to filter it out and therefore return false
0 commit comments