packageurl-go icon indicating copy to clipboard operation
packageurl-go copied to clipboard

Improve encoding behavior

Open kzantow opened this issue 3 years ago • 2 comments

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

kzantow avatar Mar 22 '22 16:03 kzantow

It looks like @ashcrow has merged things recently; please let me know if there is some way I could improve this to get incorporated!

kzantow avatar Mar 22 '22 16:03 kzantow

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?

ashcrow avatar Mar 22 '22 20:03 ashcrow