Skip to content

fix: don't percent-encode colon chars - #273

Merged
jeremylong merged 1 commit into
package-url:masterfrom
nscuro:fix-colon-encoding
Aug 15, 2026
Merged

fix: don't percent-encode colon chars#273
jeremylong merged 1 commit into
package-url:masterfrom
nscuro:fix-colon-encoding

Conversation

@nscuro

Copy link
Copy Markdown
Collaborator

As per https://github.com/package-url/purl-spec/blob/65eeef85de5637ffed26695ffd753202b6a4d656/docs/specification/standard/specification.md#character-encoding:

The following characters shall not be percent-encoded:
...
* the colon ':', whether used as a Separator Character or otherwise

As per https://github.com/package-url/purl-spec/blob/65eeef85de5637ffed26695ffd753202b6a4d656/docs/specification/standard/specification.md#character-encoding:
```
The following characters shall not be percent-encoded:
...
* the colon ':', whether used as a Separator Character or otherwise
```
Signed-off-by: nscuro <nscuro@protonmail.com>
@jeremylong
jeremylong merged commit e7e676f into package-url:masterAug 15, 2026
3 checks passed
@nscuro
nscuro deleted the fix-colon-encoding branch August 15, 2026 15:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@nscuro@jeremylong