You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(download): correctly reconstruct package from PURL
We currently use a simple regex based parser to reconstruct the name,
version and architecture of a package from its PURL. However, this does
not unescape the data correctly. To fix this, we just switch to the PURL
parser (we are anyways already using in the project).
Fixes: 4a32c6b ("feat: add download command to retrieve packages ...")
Signed-off-by: Felix Moessbauer <[email protected]>
0 commit comments