packageurl-go
packageurl-go copied to clipboard
Improve encoding behavior
We identified a few improvements how NPM packages are handled. For example, @ is not being encoded, as well as other characters per the spec. This PR brings the improvements we have implemented in our fork of packageurl-go. This subsumes #22
It looks like @ashcrow has merged things recently; please let me know if there is some way I could improve this to get incorporated!
Thanks @kzantow! A really quick skim of the commits it looks like the primary change is Fix inconsistent URL encoding. The other commits look to be renaming location, syncing upstream changes in, and renaming the license file. If that's correct, would it make sense to go ahead with #22 or should I look deeper into the merge commits?